(py-outdent-p): new function
[python/dscho.git] / Tools / modulator / Templates / object_tp_repr
blob45c78dfd5603dbef3d715969077a81bd3c945bf4
2 static object *
3 $abbrev$_repr(self)
4         $abbrev$object *self;
6         object *s;
8         /* XXXX Add code here to put self into s */
9         return s;