summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_call
blob: be4cc4bfa35025998a1dac37eaf2bccde9822923 (plain)
1
2
3
4
5
6
7
8
9
10

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