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