MCPcopy Index your code
hub / github.com/saltstack/salt / __lt__

Method __lt__

salt/version.py:542–543  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

540 return method(tuple(noc_info), tuple(other_noc_info))
541
542 def __lt__(self, other):
543 return self.__compare__(other, lambda _self, _other: _self < _other)
544
545 def __le__(self, other):
546 return self.__compare__(other, lambda _self, _other: _self <= _other)

Callers

nothing calls this directly

Calls 1

__compare__Method · 0.95

Tested by

no test coverage detected