Home
last modified time | relevance | path

Searched defs:PyMethodChain (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmethodobject.h73 typedef struct PyMethodChain { struct
75 struct PyMethodChain *link; /* NULL or base type */ argument
76 } PyMethodChain; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmethodobject.h73 typedef struct PyMethodChain { struct
75 struct PyMethodChain *link; /* NULL or base type */ argument
76 } PyMethodChain; typedef