Home
last modified time | relevance | path

Searched refs:_PyGen_yf (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_genobject.h11 extern PyObject *_PyGen_yf(PyGenObject *);
/third_party/python/Objects/
H A Dgenobject.c348 _PyGen_yf(PyGenObject *gen) in _PyGen_yf() function
379 PyObject *yf = _PyGen_yf(gen); in gen_close()
423 PyObject *yf = _PyGen_yf(gen); in _gen_throw()
751 PyObject *yf = _PyGen_yf(gen); in gen_getyieldfrom()
1106 PyObject *yf = _PyGen_yf((PyGenObject *) coro); in coro_get_cr_await()
/third_party/python/Python/
H A Dceval.c2560 PyObject *yf = _PyGen_yf((PyGenObject*)iter);

Completed in 14 milliseconds