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

Method string_le

python/ccxt/base/precise.py:290–293  ·  view source on GitHub ↗
(string1, string2)

Source from the content-addressed store, hash-verified

288
289 @staticmethod
290 def string_le(string1, string2):
291 if string1 is None or string2 is None:
292 return False
293 return Precise(string1).le(Precise(string2))

Callers 15

parse_ledger_entryMethod · 0.80
parse_positionMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_positionMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
tco_assert_filled_orderFunction · 0.80
assert_less_or_equalFunction · 0.80

Calls 2

PreciseClass · 0.70
leMethod · 0.45

Tested by 6

tco_assert_filled_orderFunction · 0.64
assert_less_or_equalFunction · 0.64
test_tickerFunction · 0.64
tco_assert_filled_orderFunction · 0.64
test_preciseFunction · 0.64
test_numberFunction · 0.64