Home
last modified time | relevance | path

Searched refs:dict_update_common (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Ddictobject.c2668 /* Single-arg dict update; used by dict_update_common and operators. */
2687 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() function
2715 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
3789 return dict_update_common(self, args, kwds, "dict"); in dict_init()

Completed in 7 milliseconds