cpython/Tools/modulator/Templates/object_tp_repr
1995-03-02 14:05:29 +00:00

10 lines
133 B
Text

static object *
$abbrev$_repr(self)
$abbrev$object *self;
{
object *s;
/* XXXX Add code here to put self into s */
return s;
}