Searched refs:_operator_iadd_impl (Results 1 – 2 of 2) sorted by relevance
476 _operator_iadd_impl(PyObject *module, PyObject *a, PyObject *b);490 return_value = _operator_iadd_impl(module, a, b); in _operator_iadd()
298 _operator_iadd_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_iadd_impl() function