Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dodictobject.c1215 #define odict_update mutablemapping_update macro
1374 {"update", (PyCFunction)(void(*)(void))odict_update, METH_VARARGS | METH_KEYWORDS,
1586 res = odict_update(self, args, kwds); in odict_init()