Home
last modified time | relevance | path

Searched refs:_PyGen_SetStopIterationValue (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dgenobject.h43 PyAPI_FUNC(int) _PyGen_SetStopIterationValue(PyObject *);
/third_party/python/Objects/
Diterobject.c379 _PyGen_SetStopIterationValue(obj->default_value); in anextawaitable_iternext()
402 _PyGen_SetStopIterationValue(obj->default_value); in anextawaitable_proxy()
Dgenobject.c288 _PyGen_SetStopIterationValue(result); in gen_send_ex()
574 _PyGen_SetStopIterationValue(result); in gen_iternext()
588 _PyGen_SetStopIterationValue(PyObject *value) in _PyGen_SetStopIterationValue() function
1538 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
/third_party/python/Modules/
D_asynciomodule.c1653 (void)_PyGen_SetStopIterationValue(result); in FutureIter_iternext()