DEBSOURCES
Skip Quicknav
sources / python2.6 / 2.6.6-8 / Tools / modulator / Templates / object_tp_repr
123456789
static PyObject * $abbrev$_repr($abbrev$object *self) { PyObject *s; /* XXXX Add code here to put self into s */ return s; }