Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dodictobject.c1213 #define odict_update mutablemapping_update macro
1372 {"update", (PyCFunction)(void(*)(void))odict_update, METH_VARARGS | METH_KEYWORDS,
1584 res = odict_update(self, args, kwds); in odict_init()