cpython/Tools/modulator/Templates/object_tp_repr

10 lines
130 B
Plaintext
Raw Normal View History

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