Searched refs:nb_inplace_xor (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 26 {offsetof(PyNumberMethods, nb_inplace_xor), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1240 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
D | typeobject.c | 5811 COPYNUM(nb_inplace_xor); in inherit_slots() 8028 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
|
/third_party/python/Include/cpython/ |
D | object.h | 137 binaryfunc nb_inplace_xor; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 262 …| :c:member:`~PyNumberMethods.nb_inplace_xor` | :c:type:`binaryfunc` | __… 2123 binaryfunc nb_inplace_xor; 2179 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_xor
|