cpython/Tools/modulator/Templates/object_tp_str
1995-06-20 12:42:39 +00:00

11 lines
137 B
Text

static PyObject *
$abbrev$_str(self)
$abbrev$object *self;
{
PyObject *s;
/* XXXX Add code here to put self into s */
return s;
}