
static PyObject *
$abbrev$_str(self)
	$abbrev$object *self;
{
#ifdef $abbrev$_setattr_impl
	$abbrev$_str_impl(self)
#else
	$abbrev$_str_(self)
#endif
}

