Home
last modified time | relevance | path

Searched refs:PyAIter_Check (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Doc/c-api/
Diter.rst15 .. c:function:: int PyAIter_Check(PyObject *o)
/third_party/python/Include/
Dabstract.h387 PyAPI_FUNC(int) PyAIter_Check(PyObject *);
/third_party/python/Doc/data/
Dstable_abi.dat2 function,PyAIter_Check,3.10,
Drefcounts.dat1076 PyAIter_Check:int:::
1077 PyAIter_Check:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c93 EXPORT_FUNC(PyAIter_Check)
/third_party/python/Misc/NEWS.d/
D3.10.0rc2.rst40 __aiter__). Rename PyAiter_Check to PyAIter_Check, PyObject_GetAiter ->
/third_party/python/Objects/
Dabstract.c2836 if (it != NULL && !PyAIter_Check(it)) { in PyObject_GetAIter()
2855 PyAIter_Check(PyObject *obj) in PyAIter_Check() function
/third_party/python/Misc/
Dstable_abi.txt2125 function PyAIter_Check