cpython/Tools/modulator/Templates/object_tp_call

8 lines
159 B
Plaintext
Raw Normal View History

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