mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +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").
36 KiB
36 KiB