Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c159 mp_print_kind_t k = kind & ~PRINT_EXC_SUBCLASS; in mp_obj_exception_print()
160 bool is_subclass = kind & PRINT_EXC_SUBCLASS; in mp_obj_exception_print()
A Dobj.h490 PRINT_EXC_SUBCLASS = 0x80, // Internal flag for printing exception subclasses enumerator
A Dobjtype.c261 mp_obj_print_helper(print, self->subobj[0], kind | PRINT_EXC_SUBCLASS); in instance_print()

Completed in 9 milliseconds