Searched refs:PyIter_Send (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Doc/c-api/ |
D | iter.rst | 59 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)
|
D | typeobj.rst | 2462 See :c:func:`PyIter_Send` for details.
|
/third_party/python/Include/ |
D | abstract.h | 408 PyAPI_FUNC(PySendResult) PyIter_Send(PyObject *, PyObject *, PyObject **);
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1082 PyIter_Send:int::: 1083 PyIter_Send:PyObject*:iter:0: 1084 PyIter_Send:PyObject*:arg:0: 1085 PyIter_Send:PyObject**:presult:+1:
|
D | stable_abi.dat | 320 function,PyIter_Send,3.10,
|
/third_party/python/PC/ |
D | python3dll.c | 308 EXPORT_FUNC(PyIter_Send)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a2.rst | 901 Add `PyIter_Send` function to allow sending value into
|
/third_party/python/Misc/ |
D | stable_abi.txt | 2073 function PyIter_Send
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 2655 gen_status = PyIter_Send(coro, Py_None, &result); in task_step_impl()
|
/third_party/python/Objects/ |
D | abstract.c | 2887 PyIter_Send(PyObject *iter, PyObject *arg, PyObject **result) in PyIter_Send() function
|
/third_party/python/Python/ |
D | ceval.c | 2586 gen_status = PyIter_Send(receiver, v, &retval); in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2053 * The :c:func:`PyIter_Send` function was added to allow
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1881 Objects/genobject.c PyIter_Send PyId_send -
|