mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
py: Add optional support for descriptors' __get__ and __set__ methods.
Disabled by default. Enabled on unix and windows ports.
This commit is contained in:
@@ -66,6 +66,10 @@ Q(__add__)
|
||||
Q(__sub__)
|
||||
Q(__repr__)
|
||||
Q(__str__)
|
||||
#if MICROPY_PY_DESCRIPTORS
|
||||
Q(__get__)
|
||||
Q(__set__)
|
||||
#endif
|
||||
Q(__getattr__)
|
||||
Q(__del__)
|
||||
Q(__call__)
|
||||
|
||||
Reference in New Issue
Block a user