mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
Only tuple, namedtuple and attrtuple use the tuple_cmp_helper function, and they all have getiter=mp_obj_tuple_getiter, so the check here is only to ensure that the self object is consistent. Hence use mp_check_self.
10 KiB
10 KiB