]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/python/contrib/Tools/modulator/Templates/object_tp_repr
Inital import
[l4.git] / l4 / pkg / python / contrib / Tools / modulator / Templates / object_tp_repr
1
2 static PyObject *
3 $abbrev$_repr($abbrev$object *self)
4 {
5         PyObject *s;
6
7         /* XXXX Add code here to put self into s */
8         return s;
9 }