Searched refs:nb_subtract (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 37 {offsetof(PyNumberMethods, nb_subtract), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1065 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-") 1244 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
|
D | typeobject.c | 5786 COPYNUM(nb_subtract); in inherit_slots() 7275 SLOT1BIN(slot_nb_subtract, nb_subtract, "__sub__", "__rsub__") 7971 BINSLOT("__sub__", nb_subtract, slot_nb_subtract, 7973 RBINSLOT("__rsub__", nb_subtract, slot_nb_subtract,
|
/third_party/python/Include/cpython/ |
D | object.h | 110 binaryfunc nb_subtract; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 211 …| :c:member:`~PyNumberMethods.nb_subtract` | :c:type:`binaryfunc` | __… 2096 binaryfunc nb_subtract; 2153 .. c:member:: binaryfunc PyNumberMethods.nb_subtract
|