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

Method unique

python/ccxt/base/exchange.py:1253–1254  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

1251
1252 @staticmethod
1253 def unique(array):
1254 return list(set(array))
1255
1256 @staticmethod
1257 def sum(*args):

Callers 8

test_uniqueFunction · 0.95
check_addressMethod · 0.95
testUniqueFunction · 0.95
checkAddressMethod · 0.95
mainFunction · 0.45
arbitrage-pairs.tsFile · 0.45
arbitrage-pairs.jsFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_uniqueFunction · 0.76