mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 10:20:52 +02:00
If MICROPY_PY_ALL_SPECIAL_METHODS is defined, actually define all special methods (still subject to gating by e.g. MICROPY_PY_REVERSE_SPECIAL_METHODS). This adds quite a number of qstr's, so should be used sparingly.