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

Method do_back

console/console.py:77–85  ·  view source on GitHub ↗

Return to main module

(self, args)

Source from the content-addressed store, hash-verified

75
76
77 def do_back(self, args):
78 """Return to main module
79 """
80 if len(self._commands) > 0:
81 command = self._commands.pop()
82 if hasattr(command["command"],"close_connection"):
83 command["command"].close_connection()
84
85 self.unregister_command_set(command["command"])
86
87 @with_argparser(use_parser)
88 def do_use(self, arg):

Callers 1

_load_moduleMethod · 0.95

Calls 1

close_connectionMethod · 0.80

Tested by

no test coverage detected