static PyObject *
$abbrev$_call(self, args, kwargs)
	$abbrev$object *self;
	PyObject *args;
	PyObject *kwargs;
{
	/* XXXX Return the result of calling self with argument args */
}