Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ string_le
Method
string_le
python/ccxt/base/precise.py:290–293 ·
view source on GitHub ↗
(string1, string2)
Source
from the content-addressed store, hash-verified
288
289
@staticmethod
290
def
string_le(string1, string2):
291
if
string1 is None or string2 is None:
292
return
False
293
return
Precise(string1).le(Precise(string2))
Callers
15
parse_ledger_entry
Method · 0.80
parse_position
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_position
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
parse_ledger_entry
Method · 0.80
tco_assert_filled_order
Function · 0.80
assert_less_or_equal
Function · 0.80
Calls
2
Precise
Class · 0.70
le
Method · 0.45
Tested by
6
tco_assert_filled_order
Function · 0.64
assert_less_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