Home
last modified time | relevance | path

Searched defs:mp_obj_new_exception_arg1 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.h215 #define mp_obj_new_exception_arg1(e_type, arg) (mp_obj_new_exception_arg1_dyn((e_type), (arg))) macro
A Dobj.h829 static inline mp_obj_t mp_obj_new_exception_arg1(const mp_obj_type_t *exc_type, mp_obj_t arg) { in mp_obj_new_exception_arg1() function

Completed in 7 milliseconds