/external/python/cpython2/Include/ |
D | methodobject.h | 46 PyAPI_FUNC(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, const char *);
|
/external/python/cpython2/Modules/ |
D | sunaudiodev.c | 327 return Py_FindMethod(sad_methods+CTL_METHODS, in sad_getattr() 330 return Py_FindMethod(sad_methods, (PyObject *)xp, name); in sad_getattr()
|
D | xxmodule.c | 75 return Py_FindMethod(Xxo_methods, (PyObject *)self, name); in Xxo_getattr()
|
D | fmmodule.c | 136 return Py_FindMethod(fh_methods, (PyObject *)fhp, name); in fh_getattr()
|
D | dlmodule.c | 142 return Py_FindMethod(dlobject_methods, (PyObject *)xp, name); in dl_getattr()
|
D | cdmodule.c | 391 return Py_FindMethod(cdplayer_methods, (PyObject *)self, name); in cdplayer_getattr() 680 return Py_FindMethod(cdparser_methods, (PyObject *)self, name); in cdparser_getattr()
|
D | svmodule.c | 290 return Py_FindMethod(capture_methods, (PyObject *)self, name); in capture_getattr() 894 return Py_FindMethod(svideo_methods, (PyObject *)self, name); in svideo_getattr()
|
D | dbmmodule.c | 338 return Py_FindMethod(dbm_methods, (PyObject *)dp, name); in dbm_getattr()
|
D | _curses_panel.c | 351 return Py_FindMethod(PyCursesPanel_Methods, (PyObject *)self, name); in PyCursesPanel_GetAttr()
|
D | gdbmmodule.c | 403 return Py_FindMethod(dbm_methods, (PyObject *)dp, name); in dbm_getattr()
|
D | zlibmodule.c | 969 return Py_FindMethod(comp_methods, (PyObject *)self, name); in Comp_getattr() 986 retval = Py_FindMethod(Decomp_methods, (PyObject *)self, name); in Decomp_getattr()
|
D | ossaudiodev.c | 831 rval = Py_FindMethod(oss_methods, (PyObject *)self, name); in oss_getattr() 839 return Py_FindMethod(oss_mixer_methods, (PyObject *)self, name); in oss_mixer_getattr()
|
D | linuxaudiodev.c | 440 return Py_FindMethod(lad_methods, (PyObject *)xp, name); in lad_getattr()
|
D | flmodule.c | 310 meth = Py_FindMethod(g->ob_methods, (PyObject *)g, name); in generic_getattr() 315 meth = Py_FindMethod(generic_methods, (PyObject *)g, name); in generic_getattr() 1568 meth = Py_FindMethod(form_methods, (PyObject *)f, name); in form_getattr()
|
D | _elementtree.c | 1590 res = Py_FindMethod(element_methods, (PyObject*) self, name); 2031 return Py_FindMethod(treebuilder_methods, (PyObject*) self, name); 2922 res = Py_FindMethod(xmlparser_methods, (PyObject*) self, name);
|
D | bsddbmodule.c | 658 return Py_FindMethod(bsddb_methods, dp, name); in bsddb_getattr()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 419 Py_FindMethod
|
/external/python/cpython2/Mac/Modules/ |
D | icgluemodule.c | 387 return Py_FindMethod(ici_methods, (PyObject *)self, name); in ici_getattr()
|
D | MacOS.c | 251 return Py_FindMethod(rf_methods, (PyObject *)self, name); in rf_getattr()
|
D | Nav.c | 398 return Py_FindMethod(navrr_methods, (PyObject *)self, name); in navrr_getattr()
|
/external/python/cpython2/Objects/ |
D | methodobject.c | 384 Py_FindMethod(PyMethodDef *methods, PyObject *self, const char *name) in Py_FindMethod() function
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1767 Py_FindMethod:PyObject*::+1: 1768 Py_FindMethod:PyMethodDef[]:methods:: 1769 Py_FindMethod:PyObject*:self:+1: 1770 Py_FindMethod:char*:name::
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 127 return Py_FindMethod(sp_handle_methods, (PyObject*) self, name); in sp_handle_getattr()
|
/external/python/cpython2/RISCOS/Modules/ |
D | swimodule.c | 306 return Py_FindMethod(PyBlock_Methods, (PyObject*) s,name); in PyBlock_GetAttr()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 429 "Py_FindMethod"
|