Home
last modified time | relevance | path

Searched refs:PySeqIter_Type (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Diterobject.h8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;
10 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
/external/python/cpython2/Doc/c-api/
Diterator.rst15 .. c:var:: PyTypeObject PySeqIter_Type
26 Return true if the type of *op* is :c:data:`PySeqIter_Type`.
/external/python/cpython2/Objects/
Diterobject.c20 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()
101 PyTypeObject PySeqIter_Type = { variable
Dobject.c2216 if (PyType_Ready(&PySeqIter_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def372 "PySeqIter_Type"