Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ __max__
Method
__max__
python/ccxt/base/precise.py:59–60 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
57
return
self.min(other)
58
59
def
__max__(self, other):
60
return
self.max(other)
61
62
def
__lt__(self, other):
63
return
self.lt(other)
Callers
nothing calls this directly
Calls
1
max
Method · 0.95
Tested by
no test coverage detected