Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c2195 static PyTypeObject PyArrayIter_Type; variable
2197 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)
2209 it = PyObject_GC_New(arrayiterobject, &PyArrayIter_Type); in array_iter()
2245 static PyTypeObject PyArrayIter_Type = { variable
2292 PyArrayIter_Type.ob_type = &PyType_Type; in initarray()