MCPcopy Index your code
hub / github.com/ccxt/ccxt / init

Method init

python/ccxt/test/tests_sync.py:44–50  ·  view source on GitHub ↗
(self, exchange_id, symbol_argv, method_argv)

Source from the content-addressed store, hash-verified

42 self.ext = get_ext()
43
44 def init(self, exchange_id, symbol_argv, method_argv):
45 try:
46 self.init_inner(exchange_id, symbol_argv, method_argv)
47 except Exception as e:
48 dump('[TEST_FAILURE]') # tell run-tests.js this is failure
49 raise e
50 return True
51
52 def init_inner(self, exchange_id, symbol_argv, method_argv):
53 self.parse_cli_args_and_props()

Callers 2

tests_init.pyFile · 0.45
mainFunction · 0.45

Calls 2

init_innerMethod · 0.95
dumpFunction · 0.90

Tested by

no test coverage detected