Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc18 {offsetof(PyNumberMethods, nb_inplace_lshift), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1242 INPLACE_BINOP(PyNumber_InPlaceLshift, nb_inplace_lshift, nb_lshift, "<<=")
Dtypeobject.c5808 COPYNUM(nb_inplace_lshift); in inherit_slots()
8022 IBSLOT("__ilshift__", nb_inplace_lshift, slot_nb_inplace_lshift,
/third_party/python/Include/cpython/
Dobject.h134 binaryfunc nb_inplace_lshift; member
/third_party/python/Doc/c-api/
Dtypeobj.rst247 …| :c:member:`~PyNumberMethods.nb_inplace_lshift` | :c:type:`binaryfunc` | __…
2120 binaryfunc nb_inplace_lshift;
2176 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_lshift