blob: 2e3648e8381fa930aaefe4d68aa1f73e05e01757 [file] [log] [blame]
static PyObject *
$abbrev$_str($abbrev$object *self)
{
PyObject *s;
/* XXXX Add code here to put self into s */
return s;
}