Searched refs:nb_inplace_subtract (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 24 {offsetof(PyNumberMethods, nb_inplace_subtract), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1244 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
|
D | typeobject.c | 5804 COPYNUM(nb_inplace_subtract); in inherit_slots() 8014 IBSLOT("__isub__", nb_inplace_subtract, slot_nb_inplace_subtract,
|
/third_party/python/Include/cpython/ |
D | object.h | 130 binaryfunc nb_inplace_subtract; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 214 …| :c:member:`~PyNumberMethods.nb_inplace_subtract` | :c:type:`binaryfunc` | __… 2116 binaryfunc nb_inplace_subtract; 2172 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_subtract
|