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

Method parse_cli_args_and_props

python/ccxt/test/tests_async.py:32–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 proxy_test_file_name = 'proxies'
31
32 def parse_cli_args_and_props(self):
33 self.response_tests = get_cli_arg_value('--responseTests') or get_cli_arg_value('--response')
34 self.id_tests = get_cli_arg_value('--idTests')
35 self.request_tests = get_cli_arg_value('--requestTests') or get_cli_arg_value('--request')
36 self.info = get_cli_arg_value('--info')
37 self.verbose = get_cli_arg_value('--verbose')
38 self.debug = get_cli_arg_value('--debug')
39 self.private_test = get_cli_arg_value('--private')
40 self.private_test_only = get_cli_arg_value('--privateOnly')
41 self.sandbox = get_cli_arg_value('--sandbox')
42 self.load_keys = get_cli_arg_value('--loadKeys')
43 self.ws_tests = get_cli_arg_value('--ws')
44 self.lang = get_lang()
45 self.ext = get_ext()
46
47 async def init(self, exchange_id, symbol_argv, method_argv):
48 try:

Callers 1

init_innerMethod · 0.95

Calls 3

get_cli_arg_valueFunction · 0.90
get_langFunction · 0.90
get_extFunction · 0.90

Tested by

no test coverage detected