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

Method string_lt

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

Source from the content-addressed store, hash-verified

282
283 @staticmethod
284 def string_lt(string1, string2):
285 if string1 is None or string2 is None:
286 return False
287 return Precise(string1).lt(Precise(string2))
288
289 @staticmethod
290 def string_le(string1, string2):

Callers 15

parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_position_riskMethod · 0.80
parse_positionMethod · 0.80
parse_transactionMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_ledger_entryMethod · 0.80
parse_transferMethod · 0.80

Calls 2

PreciseClass · 0.70
ltMethod · 0.45

Tested by 5

assert_lessFunction · 0.64
assert_order_stateFunction · 0.64
test_order_bookFunction · 0.64
test_preciseFunction · 0.64
test_numberFunction · 0.64