cpython/Tools/modulator/Templates/object_tp_call

10 lines
155 B
Plaintext
Raw Normal View History

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