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

Method __gt__

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

Source from the content-addressed store, hash-verified

146 return self._compare(other) != 0
147
148 def __gt__(self, other):
149 return self._compare(other) > 0
150
151 def __ge__(self, other):
152 return self._compare(other) >= 0

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected