Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c2198 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type) macro
2225 assert(PyArrayIter_Check(it)); in arrayiter_next()
/external/python/cpython3/Modules/
Darraymodule.c60 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type) macro
2869 assert(PyArrayIter_Check(it)); in arrayiter_next()