Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ gt
Method
gt
python/ccxt/base/precise.py:139–141 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
137
return
self
if
self.gt(other)
else
other
138
139
def
gt(self, other):
140
add = self.sub(other)
141
return
add.integer > 0
142
143
def
ge(self, other):
144
add = self.sub(other)
Callers
4
__gt__
Method · 0.95
max
Method · 0.95
lt
Method · 0.45
string_gt
Method · 0.45
Calls
1
sub
Method · 0.95
Tested by
no test coverage detected