Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc16 {offsetof(PyNumberMethods, nb_inplace_and), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1241 INPLACE_BINOP(PyNumber_InPlaceAnd, nb_inplace_and, nb_and, "&=")
Dtypeobject.c5810 COPYNUM(nb_inplace_and); in inherit_slots()
8026 IBSLOT("__iand__", nb_inplace_and, slot_nb_inplace_and,
/third_party/python/Include/cpython/
Dobject.h136 binaryfunc nb_inplace_and; member
/third_party/python/Doc/c-api/
Dtypeobj.rst257 …| :c:member:`~PyNumberMethods.nb_inplace_and` | :c:type:`binaryfunc` | __…
2122 binaryfunc nb_inplace_and;
2178 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_and