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

Method test_operator

numpy/ma/tests/test_core.py:5334–5335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5332 self._do_add_test(np.add)
5333
5334 def test_operator(self):
5335 self._do_add_test(lambda a, b: a + b)
5336
5337 def test_ctor(self):
5338 m = np.ma.array(np.ma.masked)

Callers

nothing calls this directly

Calls 1

_do_add_testMethod · 0.95

Tested by

no test coverage detected