Searched defs:PyArrayIter_Check (Results 1 - 1 of 1) sorted by relevance

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

Completed in 68 milliseconds