Searched refs:dict_update_arg (Results 1 – 1 of 1) sorted by relevance
2348 dict_update_arg(PyObject *self, PyObject *arg) in dict_update_arg() function2376 result = dict_update_arg(self, arg); in dict_update_common()3208 if (dict_update_arg(new, other)) { in dict_or()3218 if (dict_update_arg(self, other)) { in dict_ior()3384 if (dict_update_arg(self, args[0]) < 0) { in dict_vectorcall()