Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c939 static PyObject *DictionaryGetattro(PyObject *, PyObject *);
1691 DictionaryGetattro(PyObject *self, PyObject *nameobj) in DictionaryGetattro() function
H A Dif_py_both.h6616 DictionaryType.tp_getattro = (getattrofunc)DictionaryGetattro; in init_structs()