mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[mpy] Enabled property/etc decorators (#52)
This commit is contained in:
committed by
GitHub
parent
bd207cb845
commit
3b90969b42
@@ -363,6 +363,11 @@ Q(upper)
|
||||
Q(value)
|
||||
Q(values)
|
||||
Q(zip)
|
||||
Q(doc)
|
||||
Q(property)
|
||||
Q(getter)
|
||||
Q(setter)
|
||||
Q(deleter)
|
||||
|
||||
// Ion QSTR
|
||||
Q(ion)
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#define MICROPY_PY_BUILTINS_FROZENSET (1)
|
||||
|
||||
// Whether to support property object
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (0)
|
||||
#define MICROPY_PY_BUILTINS_PROPERTY (1)
|
||||
|
||||
// Whether to support unicode strings
|
||||
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
|
||||
|
||||
Reference in New Issue
Block a user