cpython/Tools/modulator/Templates/object_tp_call

11 lines
182 B
Plaintext
Raw Normal View History

1995-06-20 09:42:39 -03:00
static PyObject *
1995-10-12 10:45:25 -03:00
$abbrev$_call(self, args, kwargs)
1995-06-20 09:42:39 -03:00
$abbrev$object *self;
PyObject *args;
1995-10-12 10:45:25 -03:00
PyObject *kwargs;
1995-06-20 09:42:39 -03:00
{
/* XXXX Return the result of calling self with argument args */
}