Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning
[python.git] / Tools / modulator / Templates / object_tp_repr
blobf12222508729c8b15b1237e45d2c984d0990b719
2 static PyObject *
3 $abbrev$_repr($abbrev$object *self)
5         PyObject *s;
7         /* XXXX Add code here to put self into s */
8         return s;