Searched defs:PyObject_INIT (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h163 #define PyObject_INIT(op, typeobj) \ macro
166 ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h163 #define PyObject_INIT(op, typeobj) \ macro
166 ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )

Completed in 78 milliseconds