10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
|
||
|
static PyObject *
|
||
|
$abbrev$_call(self, args)
|
||
|
$abbrev$object *self;
|
||
|
PyObject *args;
|
||
|
{
|
||
|
/* XXXX Return the result of calling self with argument args */
|
||
|
}
|
||
|
|