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

Method __lt__

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

Source from the content-addressed store, hash-verified

478 return super().__eq__(other).view(np.ndarray)
479
480 def __lt__(self, other):
481 return super().__lt__(other).view(np.ndarray)
482
483 def all(self, *args, **kwargs):
484 raise NotImplementedError

Callers

nothing calls this directly

Calls 2

viewMethod · 0.45
__lt__Method · 0.45

Tested by

no test coverage detected