Searched refs:PRINT_EXC (Results 1 – 3 of 3) sorted by relevance
161 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()
147 mp_obj_print_helper(print, exc, PRINT_EXC); in mp_obj_print_exception()
487 PRINT_EXC = 2, // Special format for printing exception in unhandled exception message enumerator
Completed in 8 milliseconds