Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1486 dict_update(PyObject *self, PyObject *args, PyObject *kwds) in dict_update() function
2291 {"update", (PyCFunction)dict_update, METH_VARARGS | METH_KEYWORDS,