static PyObject *
$abbrev$_repr(self)
	$abbrev$object *self;
{
	PyObject *s;

	/* XXXX Add code here to put self into s */
	return s;
}