mirror of https://github.com/python/cpython
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
|
||
|
static object *
|
||
|
$abbrev$_repr(self)
|
||
|
$abbrev$object *self;
|
||
|
{
|
||
|
object *s;
|
||
|
|
||
|
/* XXXX Add code here to put self into s */
|
||
|
return s;
|
||
|
}
|