Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c2154 static PyTypeObject PyArrayIter_Type; variable
2156 #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 = { variable
2251 PyArrayIter_Type.ob_type = &PyType_Type; in initarray()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c2139 static PyTypeObject PyArrayIter_Type; variable
2141 #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 = { variable
2236 PyArrayIter_Type.ob_type = &PyType_Type; in initarray()