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

Method shutdown

mssqlcli/mssql_cli.py:615–617  ·  view source on GitHub ↗

API for shutting down client

(self)

Source from the content-addressed store, hash-verified

613 click.secho('Reconnected!\nTry the command again.', fg='green')
614
615 def shutdown(self):
616 """ API for shutting down client """
617 self.mssqlcliclient_main.shutdown()
618
619 def reset(self):
620 """

Callers 7

run_cli_withFunction · 0.95
__del__Method · 0.45
runMethod · 0.45
resetMethod · 0.45
shutdownFunction · 0.45
test_missing_rc_dirMethod · 0.45

Calls

no outgoing calls

Tested by 3

shutdownFunction · 0.36
test_missing_rc_dirMethod · 0.36