Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c783 static PyObject *BufferGetattr(PyObject *, char *);
1236 BufferGetattr(PyObject *self, char *name) in BufferGetattr() function
H A Dif_py_both.h6503 BufferType.tp_getattr = (getattrfunc)BufferGetattr; in init_structs()