Searched refs:PyArrayIter_Type (Results 1 – 2 of 2) sorted by relevance
2154 static PyTypeObject PyArrayIter_Type; variable2156 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)2168 it = PyObject_GC_New(arrayiterobject, &PyArrayIter_Type); in array_iter()2204 static PyTypeObject PyArrayIter_Type = { variable2251 PyArrayIter_Type.ob_type = &PyType_Type; in initarray()
2139 static PyTypeObject PyArrayIter_Type; variable2141 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)2153 it = PyObject_GC_New(arrayiterobject, &PyArrayIter_Type); in array_iter()2189 static PyTypeObject PyArrayIter_Type = { variable2236 PyArrayIter_Type.ob_type = &PyType_Type; in initarray()