Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c1214 static int RangeAssItem(PyObject *, PyInt, PyObject *);
1273 (PyIntObjArgProc) RangeAssItem, // sq_ass_item, x[i]=v
1300 RangeAssItem(PyObject *self, PyInt n, PyObject *val) in RangeAssItem() function