Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc24 {offsetof(PyNumberMethods, nb_inplace_subtract), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1244 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
Dtypeobject.c5804 COPYNUM(nb_inplace_subtract); in inherit_slots()
8014 IBSLOT("__isub__", nb_inplace_subtract, slot_nb_inplace_subtract,
/third_party/python/Include/cpython/
Dobject.h130 binaryfunc nb_inplace_subtract; member
/third_party/python/Doc/c-api/
Dtypeobj.rst214 …| :c:member:`~PyNumberMethods.nb_inplace_subtract` | :c:type:`binaryfunc` | __…
2116 binaryfunc nb_inplace_subtract;
2172 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_subtract