Home
last modified time | relevance | path

Searched refs:PyIter_Send (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Doc/c-api/
Diter.rst59 The enum value used to represent different results of :c:func:`PyIter_Send`.
64 .. c:function:: PySendResult PyIter_Send(PyObject *iter, PyObject *arg, PyObject **presult)
Dtypeobj.rst2462 See :c:func:`PyIter_Send` for details.
/third_party/python/Include/
Dabstract.h408 PyAPI_FUNC(PySendResult) PyIter_Send(PyObject *, PyObject *, PyObject **);
/third_party/python/Doc/data/
Drefcounts.dat1082 PyIter_Send:int:::
1083 PyIter_Send:PyObject*:iter:0:
1084 PyIter_Send:PyObject*:arg:0:
1085 PyIter_Send:PyObject**:presult:+1:
Dstable_abi.dat320 function,PyIter_Send,3.10,
/third_party/python/PC/
Dpython3dll.c308 EXPORT_FUNC(PyIter_Send)
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst901 Add `PyIter_Send` function to allow sending value into
/third_party/python/Misc/
Dstable_abi.txt2073 function PyIter_Send
/third_party/python/Modules/
D_asynciomodule.c2655 gen_status = PyIter_Send(coro, Py_None, &result); in task_step_impl()
/third_party/python/Objects/
Dabstract.c2887 PyIter_Send(PyObject *iter, PyObject *arg, PyObject **result) in PyIter_Send() function
/third_party/python/Python/
Dceval.c2586 gen_status = PyIter_Send(receiver, v, &retval); in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.10.rst2053 * The :c:func:`PyIter_Send` function was added to allow
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1881 Objects/genobject.c PyIter_Send PyId_send -