MCPcopy 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_maxMethod · 0.45

Calls 1

gtMethod · 0.95

Tested by

no test coverage detected