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

Method __lt__

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

Source from the content-addressed store, hash-verified

60 return self.max(other)
61
62 def __lt__(self, other):
63 return self.lt(other)
64
65 def __le__(self, other):
66 return self.le(other)

Callers

nothing calls this directly

Calls 1

ltMethod · 0.95

Tested by

no test coverage detected