Home
last modified time | relevance | path

Searched refs:mp_obj_singleton_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjsingleton.c38 } mp_obj_singleton_t; typedef
42 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