Home
last modified time | relevance | path

Searched refs:nb_inplace_add (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h86 binaryfunc nb_inplace_add; member
/third_party/python/Objects/
H A Dabstract.c1261 PyObject *result = BINARY_IOP1(v, w, NB_SLOT(nb_inplace_add), in PyNumber_InPlaceAdd()
1830 PyObject *result = BINARY_IOP1(s, o, NB_SLOT(nb_inplace_add), in PySequence_InPlaceConcat()
H A Dtypeobject.c5899 COPYNUM(nb_inplace_add); in inherit_slots()
8145 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add,

Completed in 16 milliseconds