Searched refs:array_slice (Results 1 – 1 of 1) sorted by relevance
799 array_slice(arrayobject *a, Py_ssize_t ilow, Py_ssize_t ihigh) in array_slice() function833 return array_slice(self, 0, Py_SIZE(self)); in array_array___copy___impl()2410 value = array_slice(other, 0, needed); in array_ass_subscr()