cpython/Tools/modulator/Templates/object_tp_call

8 lines
159 B
Plaintext

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