MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / close_connection

Method close_connection

console/modules/queryCommand.py:24–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self._remove_default_commands()
23
24 def close_connection(self):
25 if self._core:
26 self._core.close()
27
28
29 parser = Cmd2ArgumentParser(add_help="")

Callers 1

do_backMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected