Home | History | Annotate | Download | only in Modules

Lines Matching refs:array_slice

727 array_slice(arrayobject *a, Py_ssize_t ilow, Py_ssize_t ihigh)
761 return array_slice(self, 0, Py_SIZE(self));
2376 value = array_slice(other, 0, needed);