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

/external/python/cpython2/Objects/
H A Dmethodobject.c352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) function
389 return Py_FindMethodInChain(&chain, self, name);

Completed in 87 milliseconds