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

Lines Matching defs:PyObject_HEAD

45 with the reference count and type fields; the macro PyObject_HEAD should be
77 /* PyObject_HEAD defines the initial segment of every PyObject. */
78 #define PyObject_HEAD \
97 PyObject_HEAD \
107 PyObject_HEAD