Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_operator
Method
test_operator
numpy/ma/tests/test_core.py:5595–5596 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5593
self._do_add_test(np.add)
5594
5595
def
test_operator(self):
5596
self._do_add_test(
lambda
a, b: a + b)
5597
5598
def
test_ctor(self):
5599
m = np.ma.array(np.ma.masked)
Callers
nothing calls this directly
Calls
1
_do_add_test
Method · 0.95
Tested by
no test coverage detected