Searched refs:mutablemapping_update_arg (Results 1 – 1 of 1) sorted by relevance
857 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() function2273 res = mutablemapping_update_arg(self, other); in mutablemapping_update()