Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc26 {offsetof(PyNumberMethods, nb_inplace_xor), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1240 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c5811 COPYNUM(nb_inplace_xor); in inherit_slots()
8028 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
/third_party/python/Include/cpython/
Dobject.h137 binaryfunc nb_inplace_xor; member
/third_party/python/Doc/c-api/
Dtypeobj.rst262 …| :c:member:`~PyNumberMethods.nb_inplace_xor` | :c:type:`binaryfunc` | __…
2123 binaryfunc nb_inplace_xor;
2179 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_xor