Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c938 static int CurrentSetattro(PyObject *, PyObject *, PyObject *);
1682 CurrentSetattro(PyObject *self, PyObject *nameobj, PyObject *value) in CurrentSetattro() function
H A Dif_py_both.h6597 CurrentType.tp_setattro = (setattrofunc)CurrentSetattro; in init_structs()