12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
|
|
||
|
static PyObject *
|
||
|
$abbrev$_str(self)
|
||
|
$abbrev$object *self;
|
||
|
{
|
||
|
PyObject *s;
|
||
|
|
||
|
/* XXXX Add code here to put self into s */
|
||
|
return s;
|
||
|
}
|
||
|
|