
static PyObject *
$abbrev$_$method$($abbrev$Object *self, PyObject *args)
{
        /* Implementation macro */
#ifdef $abbrev$_$method$_impl
        $abbrev$_$method$_impl(self, args);
#else
	return $abbrev$_$method$_(self, args);
#endif
}
