Home
last modified time | relevance | path

Searched refs:PySeqIter_Type (Results 1 – 10 of 10) 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/cpython3/Include/
Diterobject.h8 PyAPI_DATA(PyTypeObject) PySeqIter_Type;
12 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
/external/python/cpython3/Doc/c-api/
Diterator.rst15 .. c:var:: PyTypeObject PySeqIter_Type
24 Return true if the type of *op* is :c:data:`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.c2221 if (PyType_Ready(&PySeqIter_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Diterobject.c22 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type); in PySeqIter_New()
138 PyTypeObject PySeqIter_Type = { variable
Dobject.c1912 if (PyType_Ready(&PySeqIter_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/PC/
Dpython3.def504 PySeqIter_Type=python37.PySeqIter_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def372 "PySeqIter_Type"