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

Method to_array

python/ccxt/base/exchange.py:1773–1774  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1771
1772 @staticmethod
1773 def to_array(value):
1774 return list(value.values()) if type(value) is dict else value
1775
1776 def precision_from_string(self, str):
1777 # support string formats like '1e-4'

Callers 15

fetch_marketsMethod · 0.95
test_to_arrayFunction · 0.95
fetch_marketsMethod · 0.95
filter_by_since_limitMethod · 0.95
parse_currenciesMethod · 0.95
set_marketsMethod · 0.95
parse_positionsMethod · 0.95
parse_adl_ranksMethod · 0.95
parse_accountsMethod · 0.95
parse_trades_helperMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by 1

test_to_arrayFunction · 0.76