
static int
$abbrev$_setattr($abbrev$Object *self, char *name, PyObject *v)
{
	/* Implementation macro */
#ifdef $abbrev$_setattr_impl
	$abbrev$_setattr_impl(self, name, v)
#else
	return $abbrev$_setattr_(self, name, v);
#endif
}
