Home
last modified time | relevance | path

Searched defs:methname (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Ddictobject.c1512 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname) in dict_update_common()
/external/python/cpython3/Objects/
Ddictobject.c2234 const char *methname) in dict_update_common()
/external/python/cpython2/Modules/
Ddatetimemodule.c780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg) in call_tzinfo_method()