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

Method __lt__

numpy/lib/_version.py:136–137  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

134 return vercmp
135
136 def __lt__(self, other):
137 return self._compare(other) < 0
138
139 def __le__(self, other):
140 return self._compare(other) <= 0

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected