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

Function close

python/ccxt/test/tests_helpers.py:250–252  ·  view source on GitHub ↗
(exchange)

Source from the content-addressed store, hash-verified

248 return get_test_files_sync(properties, ws)
249
250async def close(exchange):
251 if (not IS_SYNCHRONOUS and hasattr(exchange, 'close')):
252 await exchange.close()
253
254def is_null_value(value):
255 return value is None

Callers 15

start_testMethod · 0.90
test_binanceMethod · 0.90
test_okxMethod · 0.90
test_cryptocomMethod · 0.90
test_bybitMethod · 0.90
test_kucoinMethod · 0.90
test_kucoinfuturesMethod · 0.90
test_bitgetMethod · 0.90
test_mexcMethod · 0.90
test_htxMethod · 0.90

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…