Home | History | Annotate | Download | only in python2.7

Lines Matching defs:PyVarObject

104  * in addition, be cast to PyVarObject*.
112 } PyVarObject;
116 #define Py_SIZE(ob) (((PyVarObject*)(ob))->ob_size)