Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c1358 static PyObject* RangeSubscript(PyObject *self, PyObject *idx);
1496 /* mp_subscript */ (binaryfunc)RangeSubscript,
1536 RangeSubscript(PyObject *self, PyObject* idx) in RangeSubscript() function