Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h45 PyAPI_FUNC(int) _PyGen_SetStopIterationValue(PyObject *);
/external/python/cpython3/Objects/
Dgenobject.c247 _PyGen_SetStopIterationValue(result); in gen_send_ex()
552 _PyGen_SetStopIterationValue(PyObject *value) in _PyGen_SetStopIterationValue() function
1495 _PyGen_SetStopIterationValue(((_PyAsyncGenWrappedValue*)result)->agw_val); in async_gen_unwrap_value()
/external/python/cpython3/Modules/
D_asynciomodule.c1538 (void)_PyGen_SetStopIterationValue(res); in FutureIter_iternext()