Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dodictobject.c857 static int mutablemapping_update_arg(PyObject*, PyObject*);
879 if (mutablemapping_update_arg(new, right) < 0) { in odict_or()
889 if (mutablemapping_update_arg(self, other) < 0) { in odict_inplace_or()
2194 mutablemapping_update_arg(PyObject *self, PyObject *arg) in mutablemapping_update_arg() function
2273 res = mutablemapping_update_arg(self, other); in mutablemapping_update()