blob: 16aebc74277dca413b8c36d2d0f171755b6fc3b5 [file] [log] [blame]
static PyObject *
$abbrev$_repr(self)
$abbrev$object *self;
{
PyObject *s;
/* XXXX Add code here to put self into s */
return s;
}