Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c782 static PyObject *OutputGetattr(PyObject *, char *);
1180 OutputGetattr(PyObject *self, char *name) in OutputGetattr() function
H A Dif_py_both.h6469 OutputType.tp_getattr = (getattrfunc)OutputGetattr; in init_structs()