MCPcopy Create free account
hub / github.com/dbcli/mssql-cli / create_mssql_cli_config

Function create_mssql_cli_config

tests/mssqltestutils.py:75–81  ·  view source on GitHub ↗

Create config from options.

(options=None)

Source from the content-addressed store, hash-verified

73 return default_mssql_cli_options
74
75def create_mssql_cli_config(options=None):
76 """
77 Create config from options.
78 """
79 if not options:
80 options = create_mssql_cli_options()
81 return get_config(options.mssqlclirc_file)
82
83def shutdown(connection):
84 connection.shutdown()

Callers 2

test_pager_environMethod · 0.90
test_pager_configMethod · 0.90

Calls 2

get_configFunction · 0.90
create_mssql_cli_optionsFunction · 0.85

Tested by

no test coverage detected