mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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 */
|
|
}
|
|
|