Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c1354 return Py_FindMethod(WindowMethods, self, name); in WindowGetattr()
H A Dif_py_both.h4144 static struct PyMethodDef WindowMethods[] = { variable
5552 return Py_FindMethod(WindowMethods, self, name); in CurrentGetattr()
6514 WindowType.tp_methods = WindowMethods; in init_structs()