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