Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c1272 (PyIntIntArgFunc) RangeSlice, // sq_slice, x[i:j]
H A Dif_python3.c1551 return RangeSlice((RangeObject *)(self), start, stop); in RangeSubscript()
H A Dif_py_both.h5105 RangeSlice(RangeObject *self, PyInt lo, PyInt hi) in RangeSlice() function