Searched refs:PySeqIter_Type (Results 1 – 10 of 10) sorted by relevance
8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;10 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;12 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
15 .. c:var:: PyTypeObject PySeqIter_Type24 Return true if the type of *op* is :c:data:`PySeqIter_Type`.
15 .. c:var:: PyTypeObject PySeqIter_Type26 Return true if the type of *op* is :c:data:`PySeqIter_Type`.
20 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()101 PyTypeObject PySeqIter_Type = { variable
2221 if (PyType_Ready(&PySeqIter_Type) < 0) in _Py_ReadyTypes()
22 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()138 PyTypeObject PySeqIter_Type = { variable
1912 if (PyType_Ready(&PySeqIter_Type) < 0) in _Py_ReadyTypes()
504 PySeqIter_Type=python37.PySeqIter_Type DATA
372 "PySeqIter_Type"