Searched refs:PyCallIter_Type (Results 1 – 10 of 10) sorted by relevance
9 PyAPI_DATA(PyTypeObject) PyCallIter_Type;16 #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
189 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()266 PyTypeObject PyCallIter_Type = { variable
2252 &PyCallIter_Type,
58 Objects/iterobject.c - PyCallIter_Type -
798 EXPORT_DATA(PyCallIter_Type)
56 data,PyCallIter_Type,3.2,,
1480 …<elf-symbol name='PyCallIter_Type' size='416' type='object-type' binding='global-binding' visibili…7657 …PyCallIter_Type' type-id='type-id-266' mangled-name='PyCallIter_Type' visibility='default' filepat…
801 Objects/iterobject.c:PyCallIter_Type PyTypeObject PyCallIter_Type
467 [data.PyCallIter_Type]