Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_update

1422 dict_update(PyObject *self, PyObject *args, PyObject *kwds)

2227 {"update", (PyCFunction)dict_update, METH_VARARGS | METH_KEYWORDS,