Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c597 array_item(arrayobject *a, Py_ssize_t i) in array_item() function
1696 return array_item(self, i); in array_subscr()
1939 (ssizeargfunc)array_item, /*sq_item*/