mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
NotImplemented means "try other fallbacks (like calling __rop__ instead of __op__) and if nothing works, raise TypeError". As MicroPython doesn't implement any fallbacks, signal to raise TypeError right away.
889 B
889 B