Searched refs:PyCallIter_Type (Results 1 – 9 of 9) sorted by relevance
9 PyAPI_DATA(PyTypeObject) PyCallIter_Type;19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type)
35 .. c:var:: PyTypeObject PyCallIter_Type43 Return true if the type of *op* is :c:data:`PyCallIter_Type`. This
184 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()258 PyTypeObject PyCallIter_Type = { variable
1805 INIT_TYPE(PyCallIter_Type); in _PyTypes_Init()
737 EXPORT_DATA(PyCallIter_Type)
46 var,PyCallIter_Type,3.2,
372 data PyCallIter_Type
854 Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
1637 Objects/iterobject.c - PyCallIter_Type -