Searched refs:nb_inplace_and (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 16 {offsetof(PyNumberMethods, nb_inplace_and), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1241 INPLACE_BINOP(PyNumber_InPlaceAnd, nb_inplace_and, nb_and, "&=")
|
D | typeobject.c | 5810 COPYNUM(nb_inplace_and); in inherit_slots() 8026 IBSLOT("__iand__", nb_inplace_and, slot_nb_inplace_and,
|
/third_party/python/Include/cpython/ |
D | object.h | 136 binaryfunc nb_inplace_and; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 257 …| :c:member:`~PyNumberMethods.nb_inplace_and` | :c:type:`binaryfunc` | __… 2122 binaryfunc nb_inplace_and; 2178 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_and
|