Home
last modified time | relevance | path

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

/external/python/cpython3/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.c5810 COPYNUM(nb_inplace_or); in inherit_slots()
8033 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
Ddictobject.c3450 .nb_inplace_or = dict_ior,
/external/python/cpython3/Include/cpython/
Dobject.h138 binaryfunc nb_inplace_or; member
/external/python/cpython2/Include/
Dobject.h262 binaryfunc nb_inplace_or; member
/external/python/cpython3/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
/external/python/cpython2/Objects/
Dabstract.c1312 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
Dtypeobject.c3990 COPYNUM(nb_inplace_or);
6166 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the
1189 binaryfunc nb_inplace_or;
/external/python/cpython3/Doc/data/
Dpython3.10.abi2795 …<var-decl name='nb_inplace_or' type-id='type-id-91' visibility='default' filepath='./Include/cpyth…