Home
last modified time | relevance | path

Searched refs:dict_update_arg (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Ddictobject.c2670 dict_update_arg(PyObject *self, PyObject *arg) in dict_update_arg() function
2697 result = dict_update_arg(self, arg); in dict_update_common()
3615 if (dict_update_arg(new, other)) { in dict_or()
3625 if (dict_update_arg(self, other)) { in dict_ior()
3806 if (dict_update_arg(self, args[0]) < 0) { in dict_vectorcall()

Completed in 8 milliseconds