Searched refs:gen_instance_pend_throw (Results 1 – 1 of 1) sorted by relevance
318 STATIC mp_obj_t gen_instance_pend_throw(mp_obj_t self_in, mp_obj_t exc_in) { in gen_instance_pend_throw() function327 STATIC MP_DEFINE_CONST_FUN_OBJ_2(gen_instance_pend_throw_obj, gen_instance_pend_throw);
Completed in 3 milliseconds