Searched refs:PySeqIter_Type (Results 1 – 9 of 9) sorted by relevance
8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;14 #define PySeqIter_Check(op) Py_IS_TYPE(op, &PySeqIter_Type)
15 .. c:var:: PyTypeObject PySeqIter_Type24 Return true if the type of *op* is :c:data:`PySeqIter_Type`. This function
23 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()139 PyTypeObject PySeqIter_Type = { variable
1855 INIT_TYPE(PySeqIter_Type); in _PyTypes_Init()
527 var,PySeqIter_Type,3.2,
843 EXPORT_DATA(PySeqIter_Type)
1135 data PySeqIter_Type
855 Objects/iterobject.c:PySeqIter_Type PyTypeObject PySeqIter_Type
1636 Objects/iterobject.c - PySeqIter_Type -