Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h171 typedef PySendResult (*sendfunc)(PyObject *iter, PyObject *value, PyObject **result); typedef
177 sendfunc am_send;
/third_party/python/Objects/
Dgenobject.c773 (sendfunc)PyGen_am_send, /* am_send */
1021 (sendfunc)PyGen_am_send, /* am_send */
1404 (sendfunc)PyGen_am_send, /* am_send */
/third_party/python/Doc/c-api/
Dtypeobj.rst202 …| :c:member:`~PyAsyncMethods.am_send` | :c:type:`sendfunc` | …
2422 sendfunc am_send;
2456 .. c:member:: sendfunc PyAsyncMethods.am_send
2562 .. c:type:: PySendResult (*sendfunc)(PyObject *, PyObject *, PyObject **)
/third_party/python/Modules/
D_asynciomodule.c1755 (sendfunc)FutureIter_am_send, /* am_send */