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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dmethodobject.h54 #define METH_VARARGS 0x0001 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dmethodobject.h54 #define METH_VARARGS 0x0001 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
H A Dfunction.py8 METH_VARARGS = "METH_VARARGS" variable
83 self.ml_meth = METH_VARARGS
150 if self.args.ml_meth == METH_VARARGS:

Completed in 38 milliseconds