mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
This allows to have single itertaor type for various internal iterator types (save rodata space by not having repeating almost-empty type structures). It works by looking "iternext" method stored in particular object instance (should be first object field after "base").
2.1 KiB
2.1 KiB