Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c934 static PyObject *WindowGetattro(PyObject *, PyObject *);
1611 WindowGetattro(PyObject *self, PyObject *nameobj) in WindowGetattro() function
H A Dif_py_both.h6518 WindowType.tp_getattro = (getattrofunc)WindowGetattro; in init_structs()