Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_order
Method · 0.80
parse_position
Method · 0.80
parse_order
Method · 0.80
parse_position
Method · 0.80
tco_assert_filled_order
Function · 0.80
test_balance
Function · 0.80
assert_greater_or_equal
Function · 0.80
test_ticker
Function · 0.80
tco_assert_filled_order
Function · 0.80
test_precise
Function · 0.80
test_number
Function · 0.80
integer_precision_to_amount
Method · 0.80
Calls
2
Precise
Class · 0.70
ge
Method · 0.45
Tested by
7
tco_assert_filled_order
Function · 0.64
test_balance
Function · 0.64
assert_greater_or_equal
Function · 0.64
test_ticker
Function · 0.64
tco_assert_filled_order
Function · 0.64
test_precise
Function · 0.64
test_number
Function · 0.64