Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyArrayIter_Check

59 #define PyArrayIter_Check(op) PyObject_TypeCheck(op, &PyArrayIter_Type)
2839 assert(PyArrayIter_Check(it));