Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
calculate_price_precision
Method · 0.80
parse_account_position
Method · 0.80
parse_position_risk
Method · 0.80
parse_position
Method · 0.80
parse_transaction
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_transfer
Method · 0.80
get_extended_encode_i64
Method · 0.80
Calls
2
Precise
Class · 0.70
lt
Method · 0.45
Tested by
5
assert_less
Function · 0.64
assert_order_state
Function · 0.64
test_order_book
Function · 0.64
test_precise
Function · 0.64
test_number
Function · 0.64