Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/framer/framer/
Dstructparse.py6 PyObject_VAR_HEAD = "PyObject_VAR_HEAD" variable
Dstruct.py6 PyObject_VAR_HEAD = "PyObject_VAR_HEAD" variable
/external/python/cpython3/Include/
Dobject.h97 #define PyObject_VAR_HEAD PyVarObject ob_base; macro
/external/python/cpython2/Include/
Dobject.h96 #define PyObject_VAR_HEAD \ macro