Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjsingleton.c55 const mp_obj_singleton_t mp_const_notimplemented_obj = {{&mp_type_singleton}, MP_QSTR_NotImplemente… variable
A Dobj.h690 #define mp_const_notimplemented (MP_OBJ_FROM_PTR(&mp_const_notimplemented_obj))
695 extern const struct _mp_obj_singleton_t mp_const_notimplemented_obj;
A Dmodbuiltins.c683 { MP_ROM_QSTR(MP_QSTR_NotImplemented), MP_ROM_PTR(&mp_const_notimplemented_obj) },

Completed in 8 milliseconds