Home
last modified time | relevance | path

Searched refs:PyCFunctionWithKeywords (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmethodobject.c85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmethodobject.c85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()