1 2 3 4 5 6 7 8 9
static PyObject * $abbrev$_call(self, args) $abbrev$object *self; PyObject *args; { /* XXXX Return the result of calling self with argument args */ }