Home
last modified time | relevance | path

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

/third_party/python/Modules/
Darraymodule.c799 array_slice(arrayobject *a, Py_ssize_t ilow, Py_ssize_t ihigh) in array_slice() function
833 return array_slice(self, 0, Py_SIZE(self)); in array_array___copy___impl()
2410 value = array_slice(other, 0, needed); in array_ass_subscr()