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

Method __lt__

numpy/testing/tests/test_utils.py:631–632  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

629 return super().__eq__(other).view(np.ndarray)
630
631 def __lt__(self, other):
632 return super().__lt__(other).view(np.ndarray)
633
634 def all(self, *args, **kwargs):
635 raise NotImplementedError

Callers 1

__lt__Method · 0.45

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected