Searched refs:nb_inplace_xor (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeslots.inc | 26 offsetof(PyHeapTypeObject, as_number.nb_inplace_xor),
|
D | abstract.c | 1147 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
D | typeobject.c | 5231 COPYNUM(nb_inplace_xor); in inherit_slots() 7245 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 144 binaryfunc nb_inplace_xor; member
|
/external/python/cpython2/Include/ |
D | object.h | 261 binaryfunc nb_inplace_xor; member
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 260 …| :c:member:`~PyNumberMethods.nb_inplace_xor` | :c:type:`binaryfunc` | __… 2007 binaryfunc nb_inplace_xor; 2063 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_xor
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
D | typeobject.c | 3989 COPYNUM(nb_inplace_xor); 6164 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the 1188 binaryfunc nb_inplace_xor;
|