Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1466 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname) in dict_update_common() function
1488 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
2383 return dict_update_common(self, args, kwds, "dict"); in dict_init()