Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
le
Method · 0.45
string_ge
Method · 0.45
Calls
1
sub
Method · 0.95
Tested by
no test coverage detected