Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h261 binaryfunc nb_inplace_xor; member
/external/python/cpython2/Objects/
Dabstract.c1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c3926 COPYNUM(nb_inplace_xor);
6101 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the
1203 binaryfunc nb_inplace_xor;