Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c2197 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type) macro
2224 assert(PyArrayIter_Check(it)); in arrayiter_next()