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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dmethodobject.c352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) function
389 return Py_FindMethodInChain(&chain, self, name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dmethodobject.c352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) function
389 return Py_FindMethodInChain(&chain, self, name);

Completed in 202 milliseconds