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

Method le

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

Source from the content-addressed store, hash-verified

148 return other.gt(self)
149
150 def le(self, other):
151 return other.ge(self)
152
153 def reduce(self):
154 string = str(self.integer)

Callers 2

__le__Method · 0.95
string_leMethod · 0.45

Calls 1

geMethod · 0.45

Tested by

no test coverage detected