Searched refs:PyNumber_InPlaceAdd (Results 1 – 10 of 10) sorted by relevance
553 PyAPI_FUNC(PyObject *) PyNumber_InPlaceAdd(PyObject *o1, PyObject *o2);
551 WRAP_BINARY(proxy_iadd, PyNumber_InPlaceAdd) in WRAP_BINARY()
1262 PyNumber_InPlaceAdd(PyObject *v, PyObject *w) in PyNumber_InPlaceAdd() function
139 .. c:function:: PyObject* PyNumber_InPlaceAdd(PyObject *o1, PyObject *o2)
415 function,PyNumber_InPlaceAdd,3.2,
1447 PyNumber_InPlaceAdd:PyObject*::+1:1448 PyNumber_InPlaceAdd:PyObject*:v:0:1449 PyNumber_InPlaceAdd:PyObject*:w:0:
392 EXPORT_FUNC(PyNumber_InPlaceAdd)
301 return PyNumber_InPlaceAdd(a, b); in _operator_iadd_impl()
950 function PyNumber_InPlaceAdd
2283 sum = PyNumber_InPlaceAdd(left, right); in _PyEval_EvalFrameDefault()