Home
last modified time | relevance | path

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

/third_party/python/Include/
Dgenobject.h90 PyObject *_PyAsyncGenValueWrapperNew(PyObject *);
/third_party/python/Objects/
Dgenobject.c1825 _PyAsyncGenValueWrapperNew(PyObject *val) in _PyAsyncGenValueWrapperNew() function
/third_party/python/Python/
Dceval.c2637 PyObject *w = _PyAsyncGenValueWrapperNew(retval); in _PyEval_EvalFrameDefault()