Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dodictobject.c887 odict_inplace_or(PyObject *self, PyObject *other) in odict_inplace_or() function
900 .nb_inplace_or = odict_inplace_or,