Searched refs:ArrayIterType (Results 1 – 1 of 1) sorted by relevance
59 PyTypeObject *ArrayIterType; member2885 it = PyObject_GC_New(arrayiterobject, state->ArrayIterType); in array_iter()2905 assert(PyObject_TypeCheck(it, state->ArrayIterType)); in arrayiter_next()3020 Py_VISIT(state->ArrayIterType); in array_traverse()3029 Py_CLEAR(state->ArrayIterType); in array_clear()3083 CREATE_TYPE(m, state->ArrayIterType, &arrayiter_spec); in array_modexec()3084 Py_SET_TYPE(state->ArrayIterType, &PyType_Type); in array_modexec()