Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dodictobject.c1159 static PyObject * mutablemapping_update(PyObject *, PyObject *, PyObject *);
1161 #define odict_update mutablemapping_update
2257 mutablemapping_update(PyObject *self, PyObject *args, PyObject *kwargs) in mutablemapping_update() function
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO359 Objects/odictobject.c:mutablemapping_update():PyId_items _Py_IDENTIFIER(items)
360 Objects/odictobject.c:mutablemapping_update():PyId_keys _Py_IDENTIFIER(keys)