mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
py: Add support for start/stop/step attributes of builtin range object.
This commit is contained in:
committed by
Damien George
parent
5be4a84a58
commit
b2a237d337
@@ -245,6 +245,11 @@ Q(single)
|
||||
Q(sep)
|
||||
Q(end)
|
||||
|
||||
#if MICROPY_PY_BUILTINS_RANGE_ATTRS
|
||||
Q(step)
|
||||
Q(stop)
|
||||
#endif
|
||||
|
||||
Q(clear)
|
||||
Q(copy)
|
||||
Q(fromkeys)
|
||||
|
||||
Reference in New Issue
Block a user