Clarify portability and main program.
[python/dscho.git] / Tools / modulator / Templates / object_tp_str
blobbed15dfdf70a235c6f5274c2afe0d4e38376e256
2 static PyObject *
3 $abbrev$_str(self)
4         $abbrev$object *self;
6         PyObject *s;
8         /* XXXX Add code here to put self into s */
9         return s;