mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
py: Add min/max "default" keyword argument
This commit is contained in:
committed by
Paul Sokolovsky
parent
354e688d8e
commit
c6ee273410
@@ -235,6 +235,7 @@ Q(map)
|
||||
#if MICROPY_PY_BUILTINS_MIN_MAX
|
||||
Q(max)
|
||||
Q(min)
|
||||
Q(default)
|
||||
#endif
|
||||
Q(namedtuple)
|
||||
Q(next)
|
||||
|
||||
Reference in New Issue
Block a user