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

Method do_use

console/console.py:88–91  ·  view source on GitHub ↗

Load config or import a module

(self, arg)

Source from the content-addressed store, hash-verified

86
87 @with_argparser(use_parser)
88 def do_use(self, arg):
89 """"Load config or import a module
90 """
91 self._load_module(arg)
92
93def main(args):
94

Callers

nothing calls this directly

Calls 1

_load_moduleMethod · 0.95

Tested by

no test coverage detected