Home
last modified time | relevance | path

Searched refs:PySendResult (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h128 typedef PySendResult (*sendfunc)(PyObject *iter, PyObject *value, PyObject **result);
/third_party/python/Include/
H A Dabstract.h408 PyAPI_FUNC(PySendResult) PyIter_Send(PyObject *, PyObject *, PyObject **);
H A Dobject.h680 } PySendResult; typedef
/third_party/python/Objects/
H A Dgenobject.c150 static PySendResult
277 static PySendResult
H A Dabstract.c2876 PySendResult
2882 PySendResult res = Py_TYPE(iter)->tp_as_async->am_send(iter, arg, result); in PyIter_Send()
/third_party/python/Modules/
H A D_asynciomodule.c1586 static PySendResult
/third_party/python/Python/
H A Dceval.c2588 PySendResult gen_status;

Completed in 25 milliseconds