Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ __lt__
Method
__lt__
numpy/lib/_user_array_impl.py:231–232 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
229
return
self._scalarfunc(oct)
230
231
def
__lt__(self, other):
232
return
self._rc(less(self.array, other))
233
234
def
__le__(self, other):
235
return
self._rc(less_equal(self.array, other))
Callers
nothing calls this directly
Calls
2
_rc
Method · 0.95
less
Function · 0.90
Tested by
no test coverage detected