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

Method keysort

python/ccxt/base/exchange.py:1053–1054  ·  view source on GitHub ↗
(dictionary)

Source from the content-addressed store, hash-verified

1051
1052 @staticmethod
1053 def keysort(dictionary):
1054 return dict(sorted(dictionary.items()))
1055
1056 @staticmethod
1057 def sort(array):

Callers 15

test_keysortFunction · 0.95
set_marketsMethod · 0.95
testKeysortFunction · 0.95
setMarketsMethod · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_keysortFunction · 0.76