Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h48 {"index", (PyCFunction)array_array_index, METH_O, array_array_index__doc__},
/external/python/cpython3/Modules/
Darraymodule.c1129 array_array_index(arrayobject *self, PyObject *v) in array_array_index() function