Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c929 static PyObject *OutputGetattro(PyObject *, PyObject *);
1315 OutputGetattro(PyObject *self, PyObject *nameobj) in OutputGetattro() function
H A Dif_py_both.h6462 OutputType.tp_getattro = (getattrofunc)OutputGetattro; in init_structs()