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

Method __ge__

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

Source from the content-addressed store, hash-verified

149 return self._compare(other) > 0
150
151 def __ge__(self, other):
152 return self._compare(other) >= 0
153
154 def __repr__(self):
155 return "NumpyVersion(%s)" % self.vstring

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected