Home
last modified time | relevance | path

Searched defs:PyObject_HEAD (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/framer/framer/
Dstructparse.py5 PyObject_HEAD = "PyObject_HEAD" variable
Dstruct.py5 PyObject_HEAD = "PyObject_HEAD" variable
/external/python/cpython2/Include/
Dobject.h78 #define PyObject_HEAD \ macro
/external/python/cpython3/Include/
Dobject.h83 #define PyObject_HEAD PyObject ob_base; macro