0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Tools/modulator/Templates/object_tp_call
1995-10-12 13:45:25 +00:00

11 lines
182 B
Plaintext

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