Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1512 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, char *methname) in dict_update_common() function
1534 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
2437 return dict_update_common(self, args, kwds, "dict"); in dict_init()
/external/python/cpython3/Objects/
Ddictobject.c2233 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() function
2272 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
3181 return dict_update_common(self, args, kwds, "dict"); in dict_init()