Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc15 {offsetof(PyNumberMethods, nb_inplace_add), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1264 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add), in PyNumber_InPlaceAdd()
1837 PyObject *result = BINARY_IOP1(s, o, NB_SLOT(nb_inplace_add), in PySequence_InPlaceConcat()
Dtypeobject.c5803 COPYNUM(nb_inplace_add); in inherit_slots()
8012 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add,
/third_party/python/Include/cpython/
Dobject.h129 binaryfunc nb_inplace_add; member
/third_party/python/Doc/c-api/
Dtypeobj.rst209 …| :c:member:`~PyNumberMethods.nb_inplace_add` | :c:type:`binaryfunc` | __…
2115 binaryfunc nb_inplace_add;
2171 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_add
2295 via the :c:member:`~PyNumberMethods.nb_inplace_add` slot.