symbian-qemu-0.9.1-12/python-2.6.1/Tools/modulator/Templates/object_head
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 /* Declarations for objects of type $name$ */
       
     3 
       
     4 typedef struct {
       
     5 	PyObject_HEAD
       
     6 	/* XXXX Add your own stuff here */
       
     7 } $abbrev$object;
       
     8 
       
     9 static PyTypeObject $Abbrev$type;
       
    10 
       
    11 
       
    12 
       
    13 /* ---------------------------------------------------------------- */