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

Method close

mssqlcli/jsonrpc/jsonrpcclient.py:227–234  ·  view source on GitHub ↗

Close the stream.

(self)

Source from the content-addressed store, hash-verified

225 raise
226
227 def close(self):
228 """
229 Close the stream.
230 """
231 try:
232 self.stream.close()
233 except AttributeError:
234 pass
235
236
237class JsonRpcReader: # pylint: disable=too-many-instance-attributes

Callers 10

shutdownMethod · 0.45
shutdownMethod · 0.45
closeMethod · 0.45
create_dbFunction · 0.45
close_cnFunction · 0.45

Calls

no outgoing calls