Added 'list_only' option (and modified 'run()' to respect it).
[python/dscho.git] / Tools / modulator / Templates / object_tp_print
blob017712e3b863e5a40188d0bf3700aca057870925
2 static int
3 $abbrev$_print(self, fp, flags)
4         $abbrev$object *self;
5         FILE *fp;
6         int flags;
8         /* XXXX Add code here to print self to fp */
9         return 0;