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

Method string_ge

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

Source from the content-addressed store, hash-verified

276
277 @staticmethod
278 def string_ge(string1, string2):
279 if string1 is None or string2 is None:
280 return False
281 return Precise(string1).ge(Precise(string2))
282
283 @staticmethod
284 def string_lt(string1, string2):

Callers 14

parse_orderMethod · 0.80
parse_positionMethod · 0.80
parse_orderMethod · 0.80
parse_positionMethod · 0.80
tco_assert_filled_orderFunction · 0.80
test_balanceFunction · 0.80
assert_greater_or_equalFunction · 0.80
test_tickerFunction · 0.80
tco_assert_filled_orderFunction · 0.80
test_preciseFunction · 0.80
test_numberFunction · 0.80

Calls 2

PreciseClass · 0.70
geMethod · 0.45

Tested by 7

tco_assert_filled_orderFunction · 0.64
test_balanceFunction · 0.64
assert_greater_or_equalFunction · 0.64
test_tickerFunction · 0.64
tco_assert_filled_orderFunction · 0.64
test_preciseFunction · 0.64
test_numberFunction · 0.64