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

Method all

numpy/testing/tests/test_utils.py:634–635  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

632 return super().__lt__(other).view(np.ndarray)
633
634 def all(self, *args, **kwargs):
635 raise NotImplementedError
636
637 a = np.array([1., 2.]).view(MyArray)
638 self._assert_func(a, a)

Callers 9

ndarray_misc.pyFile · 0.45
fromnumeric.pyFile · 0.45
func_assert_same_posFunction · 0.45
assert_array_compareFunction · 0.45
compareFunction · 0.45
assert_array_max_ulpFunction · 0.45
__eq__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected