MCPcopy
hub / github.com/numpy/numpy / all

Method all

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

Source from the content-addressed store, hash-verified

870 return super().__lt__(other).view(np.ndarray)
871
872 def all(self, *args, **kwargs):
873 raise NotImplementedError
874
875 a = np.array([1., 2.]).view(MyArray)
876 self._assert_func(a, a)

Callers 9

ndarray_misc.pyFile · 0.45
fromnumeric.pyFile · 0.45
robust_any_differenceFunction · 0.45
assert_same_inf_valuesFunction · 0.45
assert_array_compareFunction · 0.45
assert_array_max_ulpFunction · 0.45
__eq__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected