MCPcopy Create free account
hub / github.com/numpy/numpy / __add__

Method __add__

numpy/lib/user_array.py:60–61  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

58 return self._rc(-self.array)
59
60 def __add__(self, other):
61 return self._rc(self.array + asarray(other))
62
63 __radd__ = __add__
64

Callers

nothing calls this directly

Calls 2

_rcMethod · 0.95
asarrayFunction · 0.90

Tested by

no test coverage detected