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

Method string_equals

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

Source from the content-addressed store, hash-verified

246
247 @staticmethod
248 def string_equals(string1, string2):
249 if string1 is None or string2 is None:
250 return False
251 return Precise(string1).equals(Precise(string2))
252
253 @staticmethod
254 def string_eq(string1, string2):

Callers 15

parse_position_riskMethod · 0.80
handle_errorsMethod · 0.80
handle_errorsMethod · 0.80
handle_errorsMethod · 0.80
parse_orderMethod · 0.80
parse_orderMethod · 0.80
parse_orderMethod · 0.80
parse_position_riskMethod · 0.80
parse_orderMethod · 0.80
parse_tradeMethod · 0.80

Calls 2

PreciseClass · 0.70
equalsMethod · 0.45

Tested by 2

test_preciseFunction · 0.64
test_numberFunction · 0.64