mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
This commit is contained in:
@@ -75,6 +75,9 @@ Q(__eq__)
|
||||
Q(__le__)
|
||||
Q(__ge__)
|
||||
Q(__reversed__)
|
||||
#if MICROPY_PY_ALL_SPECIAL_METHODS
|
||||
Q(__iadd__)
|
||||
#endif
|
||||
|
||||
Q(micropython)
|
||||
Q(bytecode)
|
||||
|
||||
Reference in New Issue
Block a user