Searched refs:mp_obj_singleton_t (Results 1 – 1 of 1) sorted by relevance
38 } mp_obj_singleton_t; typedef42 mp_obj_singleton_t *self = MP_OBJ_TO_PTR(self_in); in singleton_print()53 const mp_obj_singleton_t mp_const_ellipsis_obj = {{&mp_type_singleton}, MP_QSTR_Ellipsis};55 const mp_obj_singleton_t mp_const_notimplemented_obj = {{&mp_type_singleton}, MP_QSTR_NotImplemente…
Completed in 2 milliseconds