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

Method lt

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

Source from the content-addressed store, hash-verified

145 return add.integer >= 0
146
147 def lt(self, other):
148 return other.gt(self)
149
150 def le(self, other):
151 return other.ge(self)

Callers 3

__lt__Method · 0.95
minMethod · 0.95
string_ltMethod · 0.45

Calls 1

gtMethod · 0.45

Tested by

no test coverage detected