mirror of
https://github.com/python/cpython.git
synced 2024-11-29 00:56:12 +01:00
11 lines
182 B
Plaintext
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 */
|
|
}
|
|
|