Lines Matching refs:PyArrayIter_Check
59 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)2839 assert(PyArrayIter_Check(it));