Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __add__
Method
__add__
numpy/lib/_user_array_impl.py:97–98 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
95
return
self._rc(-self.array)
96
97
def
__add__(self, other):
98
return
self._rc(self.array + asarray(other))
99
100
__radd__ = __add__
101
Callers
nothing calls this directly
Calls
2
_rc
Method · 0.95
asarray
Function · 0.90
Tested by
no test coverage detected