MCPcopy Create free account
hub / github.com/ccxt/ccxt / __min__

Method __min__

python/ccxt/base/precise.py:56–57  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

54 return self.abs()
55
56 def __min__(self, other):
57 return self.min(other)
58
59 def __max__(self, other):
60 return self.max(other)

Callers

nothing calls this directly

Calls 1

minMethod · 0.95

Tested by

no test coverage detected