Home
last modified time | relevance | path

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

/third_party/python/Objects/
Ddictobject.c2418 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() function
2446 if (dict_update_common(self, args, kwds, "update") != -1) in dict_update()
3482 return dict_update_common(self, args, kwds, "dict"); in dict_init()
/third_party/python/Tools/c-analyzer/
DTODO359 Objects/dictobject.c:dict_update_common():PyId_keys _Py_IDENTIFIER(keys)