Searched refs:RangeSlice (Results 1 – 3 of 3) sorted by relevance
1272 (PyIntIntArgFunc) RangeSlice, // sq_slice, x[i:j]
1551 return RangeSlice((RangeObject *)(self), start, stop); in RangeSubscript()
5105 RangeSlice(RangeObject *self, PyInt lo, PyInt hi) in RangeSlice() function