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

Method __lt__

numpy/lib/user_array.py:204–205  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

202 return self._scalarfunc(oct)
203
204 def __lt__(self, other):
205 return self._rc(less(self.array, other))
206
207 def __le__(self, other):
208 return self._rc(less_equal(self.array, other))

Callers

nothing calls this directly

Calls 2

_rcMethod · 0.95
lessFunction · 0.90

Tested by

no test coverage detected