cpython/Tools/modulator/Templates/object_tp_repr

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;
}