mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
9 lines
155 B
Text
9 lines
155 B
Text
|
|
static PyObject *
|
|
$abbrev$_call(self, args)
|
|
$abbrev$object *self;
|
|
PyObject *args;
|
|
{
|
|
/* XXXX Return the result of calling self with argument args */
|
|
}
|
|
|