/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

  1. static PyObject *
  2. $abbrev$_getattr($abbrev$object *self, char *name)
  3. {
  4. /* XXXX Add your own getattr code here */
  5. return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
  6. }