mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[python] Enable builtins reversed
This commit is contained in:
committed by
EmilieNumworks
parent
5008f40a66
commit
217d0ccc10
@@ -101,6 +101,7 @@ Q(__path__)
|
||||
Q(__qualname__)
|
||||
Q(__repl_print__)
|
||||
Q(__repr__)
|
||||
Q(__reversed__)
|
||||
Q(__setitem__)
|
||||
Q(__str__)
|
||||
Q(__sub__)
|
||||
@@ -269,6 +270,7 @@ Q(remove)
|
||||
Q(replace)
|
||||
Q(repr)
|
||||
Q(reverse)
|
||||
Q(reversed)
|
||||
Q(rfind)
|
||||
Q(rindex)
|
||||
Q(round)
|
||||
|
||||
@@ -50,9 +50,6 @@
|
||||
// Whether to support property object
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (0)
|
||||
|
||||
// Whether to support reversed function(type)
|
||||
#define MICROPY_PY_BUILTINS_REVERSED (0)
|
||||
|
||||
// Whether to set __file__ for imported modules
|
||||
#define MICROPY_PY___FILE__ (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user