Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ string_gt
Method
string_gt
python/ccxt/base/precise.py:272–275 ·
view source on GitHub ↗
(string1, string2)
Source
from the content-addressed store, hash-verified
270
271
@staticmethod
272
def
string_gt(string1, string2):
273
if
string1 is None or string2 is None:
274
return
False
275
return
Precise(string1).gt(Precise(string2))
276
277
@staticmethod
278
def
string_ge(string1, string2):
Callers
15
parse_trade
Method · 0.80
create_order_request
Method · 0.80
calculate_price_precision
Method · 0.80
parse_position
Method · 0.80
parse_order
Method · 0.80
parse_position_risk
Method · 0.80
fetch_positions_risk
Method · 0.80
parse_contract_order
Method · 0.80
parse_position
Method · 0.80
parse_order
Method · 0.80
parse_transaction
Method · 0.80
parse_position
Method · 0.80
Calls
2
Precise
Class · 0.70
gt
Method · 0.45
Tested by
5
assert_greater
Function · 0.64
test_order_book
Function · 0.64
test_market
Function · 0.64
test_precise
Function · 0.64
test_number
Function · 0.64