Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c161 if (!is_subclass && (k == PRINT_REPR || k == PRINT_EXC)) { in mp_obj_exception_print()
165 if (k == PRINT_EXC) { in mp_obj_exception_print()
171 if (k == PRINT_STR || k == PRINT_EXC) { in mp_obj_exception_print()
A Dobj.c147 mp_obj_print_helper(print, exc, PRINT_EXC); in mp_obj_print_exception()
A Dobj.h487 PRINT_EXC = 2, // Special format for printing exception in unhandled exception message enumerator

Completed in 9 milliseconds