Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Druntime.h157 static inline mp_obj_t mp_make_stop_iteration(mp_obj_t o) { in mp_make_stop_iteration() function
H A Dobjgenerator.c254 return mp_make_stop_iteration(ret); in gen_resume_and_raise()
H A Druntime.c1267 … return mp_make_stop_iteration(mp_obj_exception_get_value(MP_OBJ_FROM_PTR(nlr.ret_val))); in mp_iternext()