mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
reversed function now implemented, and works for tuple, list, str, bytes and user objects with __len__ and __getitem__. Renamed mp_builtin_len to mp_obj_len to make it publically available (eg for reversed).
2.6 KiB
2.6 KiB