cpython/Tools/modulator/Templates/object_tp_str

11 lines
130 B
Plaintext

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