Searched refs:nb_inplace_lshift (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 18 {offsetof(PyNumberMethods, nb_inplace_lshift), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1242 INPLACE_BINOP(PyNumber_InPlaceLshift, nb_inplace_lshift, nb_lshift, "<<=")
|
D | typeobject.c | 5808 COPYNUM(nb_inplace_lshift); in inherit_slots() 8022 IBSLOT("__ilshift__", nb_inplace_lshift, slot_nb_inplace_lshift,
|
/third_party/python/Include/cpython/ |
D | object.h | 134 binaryfunc nb_inplace_lshift; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 247 …| :c:member:`~PyNumberMethods.nb_inplace_lshift` | :c:type:`binaryfunc` | __… 2120 binaryfunc nb_inplace_lshift; 2176 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_lshift
|