1995-03-02 10:05:29 -04:00
|
|
|
|
1995-05-16 10:47:03 -03:00
|
|
|
static PyObject *
|
1995-03-02 10:05:29 -04:00
|
|
|
$abbrev$_repr(self)
|
|
|
|
$abbrev$object *self;
|
|
|
|
{
|
1995-05-16 10:47:03 -03:00
|
|
|
PyObject *s;
|
1995-03-02 10:05:29 -04:00
|
|
|
|
|
|
|
/* XXXX Add code here to put self into s */
|
|
|
|
return s;
|
|
|
|
}
|