Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c787 static PyObject *DictionaryGetattr(PyObject *, char*);
1488 DictionaryGetattr(PyObject *self, char *name) in DictionaryGetattr() function
H A Dif_py_both.h6619 DictionaryType.tp_getattr = (getattrfunc)DictionaryGetattr; in init_structs()