Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c59 PyTypeObject *ArrayIterType; member
2885 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()