Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Diterobject.h14 PyAPI_DATA(PyTypeObject) PyCallIter_Type;
16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type)
/external/python/cpython2/Doc/c-api/
Diterator.rst40 .. c:var:: PyTypeObject PyCallIter_Type
50 Return true if the type of *op* is :c:data:`PyCallIter_Type`.
/external/python/cpython2/Objects/
Diterobject.c146 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()
205 PyTypeObject PyCallIter_Type = { variable
Dobject.c2213 if (PyType_Ready(&PyCallIter_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def373 "PyCallIter_Type"