Home
last modified time | relevance | path

Searched defs:METH_VARARGS (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h54 #define METH_VARARGS 0x0001 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h54 #define METH_VARARGS 0x0001 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dfunction.py8 METH_VARARGS = "METH_VARARGS" variable