
static PyObject *
$abbrev$_call(self, args)
	$abbrev$object *self;
	PyObject *args;
{
#ifdef $abbrev$_call_impl
	return $abbrev$_call_impl(self, args);
#else
	return $abbrev$_call_(self, args);
#endif
}

