MCPcopy Create free account
hub / github.com/ccxt/ccxt / ge

Method ge

python/ccxt/base/precise.py:143–145  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

141 return add.integer > 0
142
143 def ge(self, other):
144 add = self.sub(other)
145 return add.integer >= 0
146
147 def lt(self, other):
148 return other.gt(self)

Callers 3

__ge__Method · 0.95
leMethod · 0.45
string_geMethod · 0.45

Calls 1

subMethod · 0.95

Tested by

no test coverage detected