Searched refs:WindowSetattro (Results 1 – 2 of 2) sorted by relevance
935 static int WindowSetattro(PyObject *, PyObject *, PyObject *);1631 WindowSetattro(PyObject *self, PyObject *nameobj, PyObject *val) in WindowSetattro() function
6519 WindowType.tp_setattro = (setattrofunc)WindowSetattro; in init_structs()