mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Enable builtins filter
This commit is contained in:
committed by
EmilieNumworks
parent
e1b3e107da
commit
5008f40a66
@@ -173,6 +173,7 @@ Q(exp)
|
||||
Q(expm1)
|
||||
Q(extend)
|
||||
Q(fabs)
|
||||
Q(filter)
|
||||
Q(find)
|
||||
Q(float)
|
||||
Q(floor)
|
||||
|
||||
@@ -50,9 +50,6 @@
|
||||
// Whether to support property object
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (0)
|
||||
|
||||
// Whether to support filter function(type)
|
||||
#define MICROPY_PY_BUILTINS_FILTER (0)
|
||||
|
||||
// Whether to support reversed function(type)
|
||||
#define MICROPY_PY_BUILTINS_REVERSED (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user