Searched refs:nb_inplace_add (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 15 {offsetof(PyNumberMethods, nb_inplace_add), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1264 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()
|
D | typeobject.c | 5803 COPYNUM(nb_inplace_add); in inherit_slots() 8012 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add,
|
/third_party/python/Include/cpython/ |
D | object.h | 129 binaryfunc nb_inplace_add; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 209 …| :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.
|