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

Method __gt__

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

Source from the content-addressed store, hash-verified

555 return self.__compare__(other, lambda _self, _other: _self >= _other)
556
557 def __gt__(self, other):
558 return self.__compare__(other, lambda _self, _other: _self > _other)
559
560 def __repr__(self):
561 parts = []

Callers

nothing calls this directly

Calls 1

__compare__Method · 0.95

Tested by

no test coverage detected