Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c789 static PyObject *FunctionGetattr(PyObject *, char *);
1514 FunctionGetattr(PyObject *self, char *name) in FunctionGetattr() function
H A Dif_py_both.h6657 FunctionType.tp_getattr = (getattrfunc)FunctionGetattr; in init_structs()