MCPcopy 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

_rcMethod · 0.95
asarrayFunction · 0.90

Tested by

no test coverage detected