Home
last modified time | relevance | path

Searched refs:Py_FindMethodInChain (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dmethodobject.h78 PyAPI_FUNC(PyObject *) Py_FindMethodInChain(PyMethodChain *, PyObject *,
/external/python/cpython2/Objects/
Dmethodobject.c352 Py_FindMethodInChain(PyMethodChain *chain, PyObject *self, const char *name) in Py_FindMethodInChain() function
389 return Py_FindMethodInChain(&chain, self, name); in Py_FindMethod()
/external/python/cpython2/PC/os2vacpp/
Dpython.def420 Py_FindMethodInChain
/external/python/cpython2/Mac/Modules/scrap/
D_Scrapmodule.c222 return Py_FindMethodInChain(&ScrapObj_chain, (PyObject *)self, name); in ScrapObj_getattr()
/external/python/cpython2/PC/os2emx/
Dpython27.def425 "Py_FindMethodInChain"