Searched refs:mp_obj_exception_t (Results 1 – 4 of 4) sorted by relevance
114 STATIC mp_obj_exception_t *get_native_exception(mp_obj_t self_in) { in get_native_exception()123 STATIC void decompress_error_text_maybe(mp_obj_exception_t *o) { in decompress_error_text_maybe()158 mp_obj_exception_t *o = MP_OBJ_TO_PTR(o_in); in mp_obj_exception_print()205 mp_obj_exception_t *o_exc = m_new_obj_maybe(mp_obj_exception_t); in mp_obj_exception_make_new()252 mp_obj_exception_t *self = get_native_exception(self_in); in mp_obj_exception_get_value()262 mp_obj_exception_t *self = MP_OBJ_TO_PTR(self_in); in mp_obj_exception_attr()566 mp_obj_exception_t *self = get_native_exception(self_in); in mp_obj_exception_clear_traceback()573 mp_obj_exception_t *self = get_native_exception(self_in); in mp_obj_exception_add_traceback()626 mp_obj_exception_t *self = get_native_exception(self_in); in mp_obj_exception_get_traceback()
121 mp_obj_exception_t mp_emergency_exception_obj;136 mp_obj_exception_t mp_kbd_exception;
38 } mp_obj_exception_t; typedef
39 const mp_obj_exception_t mp_const_GeneratorExit_obj = {{&mp_type_GeneratorExit}, 0, 0, NULL, (mp_ob…
Completed in 6 milliseconds