symbian-qemu-0.9.1-12/python-2.6.1/Tools/modulator/Templates/object_tp_print
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 static int
       
     3 $abbrev$_print($abbrev$object *self, FILE *fp, int flags)
       
     4 {
       
     5 	/* XXXX Add code here to print self to fp */
       
     6 	return 0;
       
     7 }