DEBSOURCES
Skip Quicknav
sources / python2.5 / 2.5.2-15%2Blenny1 / Tools / modulator / Templates / object_tp_str
12345678910
static PyObject * $abbrev$_str($abbrev$object *self) { PyObject *s; /* XXXX Add code here to put self into s */ return s; }