Searched refs:PyAIter_Check (Results 1 – 8 of 8) sorted by relevance
15 .. c:function:: int PyAIter_Check(PyObject *o)
387 PyAPI_FUNC(int) PyAIter_Check(PyObject *);
2 function,PyAIter_Check,3.10,
1076 PyAIter_Check:int:::1077 PyAIter_Check:PyObject*:o:0:
93 EXPORT_FUNC(PyAIter_Check)
40 __aiter__). Rename PyAiter_Check to PyAIter_Check, PyObject_GetAiter ->
2836 if (it != NULL && !PyAIter_Check(it)) { in PyObject_GetAIter()2855 PyAIter_Check(PyObject *obj) in PyAIter_Check() function
2125 function PyAIter_Check