Home
last modified time | relevance | path

Searched refs:mp_obj_exception_print (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.h40 void mp_obj_exception_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind);
47 .print = mp_obj_exception_print, \
A Dobjexcept.c157 void mp_obj_exception_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) { in mp_obj_exception_print() function
290 .print = mp_obj_exception_print,

Completed in 4 milliseconds