/Tools/modulator/Templates/object_tp_getattr
http://unladen-swallow.googlecode.com/ · #! · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 41751f57861984e12647ad9ca3ebeca7 MD5 · raw file
- static PyObject *
- $abbrev$_getattr($abbrev$object *self, char *name)
- {
- /* XXXX Add your own getattr code here */
- return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
- }