Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h95 binaryfunc nb_inplace_or; member
/third_party/python/Objects/
H A Dodictobject.c900 .nb_inplace_or = odict_inplace_or,
H A Ddescrobject.c1071 .nb_inplace_or = mappingproxy_ior,
H A Dabstract.c1247 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
H A Dtypeobject.c5908 COPYNUM(nb_inplace_or); in inherit_slots()
8163 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
H A Ddictobject.c3749 .nb_inplace_or = dict_ior,

Completed in 29 milliseconds