Searched refs:PyArrayIter_Type (Results 1 – 2 of 2) sorted by relevance
2196 static PyTypeObject PyArrayIter_Type; variable2198 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)2210 it = PyObject_GC_New(arrayiterobject, &PyArrayIter_Type); in array_iter()2246 static PyTypeObject PyArrayIter_Type = { variable2293 Py_TYPE(&PyArrayIter_Type) = &PyType_Type; in initarray()
58 static PyTypeObject PyArrayIter_Type; variable60 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)2889 it = PyObject_GC_New(arrayiterobject, &PyArrayIter_Type); in array_iter()2983 static PyTypeObject PyArrayIter_Type = { variable3034 Py_TYPE(&PyArrayIter_Type) = &PyType_Type; in array_modexec()