Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_update

2368 dict_update(PyObject *self, PyObject *args, PyObject *kwds)
3160 {"update", (PyCFunction)dict_update, METH_VARARGS | METH_KEYWORDS,