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

Method __del__

mssqlcli/mssql_cli.py:211–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 "specified.")
210
211 def __del__(self):
212 # Shut-down sqltoolsservice
213 if self.sqltoolsclient:
214 self.sqltoolsclient.shutdown()
215
216 # TODO: possibly use at a later date for expanded output file functionality
217 # def write_to_file(self, pattern, **_):

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected