Searched refs:dict_update_common (Results 1 – 2 of 2) sorted by relevance
2418 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() function2446 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()3482 return dict_update_common(self, args, kwds, "dict"); in dict_init()
359 Objects/dictobject.c:dict_update_common():PyId_keys _Py_IDENTIFIER(keys)