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