Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc20 {offsetof(PyNumberMethods, nb_inplace_or), offsetof(PyTypeObject, tp_as_number)},
Dodictobject.c900 .nb_inplace_or = odict_inplace_or,
Ddescrobject.c1051 .nb_inplace_or = mappingproxy_ior,
Dabstract.c1239 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
Dtypeobject.c5812 COPYNUM(nb_inplace_or); in inherit_slots()
8030 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
Ddictobject.c3450 .nb_inplace_or = dict_ior,
/third_party/python/Include/cpython/
Dobject.h138 binaryfunc nb_inplace_or; member
/third_party/python/Doc/c-api/
Dtypeobj.rst267 …| :c:member:`~PyNumberMethods.nb_inplace_or` | :c:type:`binaryfunc` | __…
2124 binaryfunc nb_inplace_or;
2180 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_or