Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / Tools / modulator / Templates / object_tp_getattr
blob8e42aea964d27131401c83cd89acb7262d312724
2 static PyObject *
3 $abbrev$_getattr(self, name)
4         $abbrev$object *self;
5         char *name;
7         /* XXXX Add your own getattr code here */
8         return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);