Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __iadd__
Method
__iadd__
numpy/ma/tests/test_subclassing.py:49–52 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
47
return
result
48
49
def
__iadd__(self, other):
50
result = super().__iadd__(other)
51
result.info[
'iadded'
] = result.info.get(
'iadded'
, 0) + 1
52
return
result
53
54
55
subarray = SubArray
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected