Searched refs:WindowGetattro (Results 1 – 2 of 2) sorted by relevance
934 static PyObject *WindowGetattro(PyObject *, PyObject *);1611 WindowGetattro(PyObject *self, PyObject *nameobj) in WindowGetattro() function
6518 WindowType.tp_getattro = (getattrofunc)WindowGetattro; in init_structs()