Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c116 if (mp_obj_is_native_exception_instance(self_in)) { in get_native_exception()
A Dobj.h818 #define mp_obj_is_native_exception_instance(o) (mp_obj_get_type(o)->make_new == mp_obj_exception_ma… macro
A Dobjtype.c257 if (mp_obj_is_native_exception_instance(self->subobj[0])) { in instance_print()

Completed in 9 milliseconds