Searched refs:mp_obj_exception_print (Results 1 – 2 of 2) sorted by relevance
40 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, \
157 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() function290 .print = mp_obj_exception_print,
Completed in 4 milliseconds