mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
10 lines
182 B
Text
10 lines
182 B
Text
|
|
static PyObject *
|
|
$abbrev$_call(self, args, kwargs)
|
|
$abbrev$object *self;
|
|
PyObject *args;
|
|
PyObject *kwargs;
|
|
{
|
|
/* XXXX Return the result of calling self with argument args */
|
|
}
|
|
|