1 2 3 4 5 6 7 8 9 10 11
static PyObject * $abbrev$_str(self) $abbrev$object *self; { PyObject *s; /* XXXX Add code here to put self into s */ return s; }