cpython/Tools/modulator/Templates/object_tp_str

11 lines
130 B
Plaintext
Raw Normal View History

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