static PyObject * $abbrev$_getattro($abbrev$$object$ *self, PyObject *name) { /* XXXX Add your own getattr code here Do you *really* want to do this? Rather than using descriptors? */ Py_INCREF(Py_None); return Py_None; }