Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjgenerator.c39 const mp_obj_exception_t mp_const_GeneratorExit_obj = {{&mp_type_GeneratorExit}, 0, 0, NULL, (mp_ob… variable
298 …switch (mp_obj_gen_resume(self_in, mp_const_none, MP_OBJ_FROM_PTR(&mp_const_GeneratorExit_obj), &r… in gen_instance_close()
A Dobj.h696 extern const struct _mp_obj_exception_t mp_const_GeneratorExit_obj;
A Dvm.c1463 if (nlr.ret_val != &mp_const_GeneratorExit_obj in mp_execute_bytecode()

Completed in 8 milliseconds