Searched refs:mp_const_notimplemented_obj (Results 1 – 3 of 3) sorted by relevance
55 const mp_obj_singleton_t mp_const_notimplemented_obj = {{&mp_type_singleton}, MP_QSTR_NotImplemente… variable
690 #define mp_const_notimplemented (MP_OBJ_FROM_PTR(&mp_const_notimplemented_obj))695 extern const struct _mp_obj_singleton_t mp_const_notimplemented_obj;
683 { MP_ROM_QSTR(MP_QSTR_NotImplemented), MP_ROM_PTR(&mp_const_notimplemented_obj) },
Completed in 8 milliseconds