cpython/Tools/modulator/Templates/object_tp_str

11 lines
130 B
Plaintext
Raw Normal View History

1995-06-20 09:42:39 -03:00
static PyObject *
$abbrev$_str($abbrev$object *self)
1995-06-20 09:42:39 -03:00
{
PyObject *s;
/* XXXX Add code here to put self into s */
return s;
}