mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Enable builtins enumerate
This commit is contained in:
committed by
EmilieNumworks
parent
b67388a9a9
commit
8acf50b50c
@@ -164,6 +164,7 @@ Q(divmod)
|
||||
Q(e)
|
||||
Q(end)
|
||||
Q(endswith)
|
||||
Q(enumerate)
|
||||
Q(erf)
|
||||
Q(erfc)
|
||||
Q(eval)
|
||||
|
||||
@@ -47,9 +47,6 @@
|
||||
// Whether to support property object
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (0)
|
||||
|
||||
// Whether to support enumerate function(type)
|
||||
#define MICROPY_PY_BUILTINS_ENUMERATE (0)
|
||||
|
||||
// Whether to support filter function(type)
|
||||
#define MICROPY_PY_BUILTINS_FILTER (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user