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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dmethodobject.h73 typedef struct PyMethodChain { struct
75 struct PyMethodChain *link; /* NULL or base type */
76 } PyMethodChain; typedef in typeref:struct:PyMethodChain
78 PyAPI_FUNC(PyObject *) Py_FindMethodInChain(PyMethodChain *, PyObject *,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dmethodobject.h73 typedef struct PyMethodChain { struct
75 struct PyMethodChain *link; /* NULL or base type */
76 } PyMethodChain; typedef in typeref:struct:PyMethodChain
78 PyAPI_FUNC(PyObject *) Py_FindMethodInChain(PyMethodChain *, PyObject *,

Completed in 18 milliseconds