Searched refs:WindowMethods (Results 1 – 2 of 2) sorted by relevance
1354 return Py_FindMethod(WindowMethods, self, name); in WindowGetattr()
4144 static struct PyMethodDef WindowMethods[] = { variable5552 return Py_FindMethod(WindowMethods, self, name); in CurrentGetattr()6514 WindowType.tp_methods = WindowMethods; in init_structs()