cpython/Tools/modulator/Templates/object_tp_repr

11 lines
133 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
static object *
$abbrev$_repr(self)
$abbrev$object *self;
{
object *s;
/* XXXX Add code here to put self into s */
return s;
}