Searched refs:array_array_index_impl (Results 1 – 2 of 2) sorted by relevance
53 array_array_index_impl(arrayobject *self, PyObject *v, Py_ssize_t start,81 return_value = array_array_index_impl(self, v, start, stop); in array_array_index()
1148 array_array_index_impl(arrayobject *self, PyObject *v, Py_ssize_t start, in array_array_index_impl() function