Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dparsenum.c162 mp_obj_t exc = mp_obj_new_exception_arg1(&mp_type_ValueError, in mp_parse_num_integer()
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
A Druntime.c1575 nlr_raise(mp_obj_new_exception_arg1(exc_type, arg)); in mp_raise_type_arg()

Completed in 12 milliseconds