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

Method __init__

console/modules/queryCommand.py:14–22  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

12@with_default_category('Query Category')
13class QueryCommandSet(CommandSet, ArgumentsManager):
14 def __init__(self, args) -> None:
15 super().__init__()
16 if args is not None:
17 if args.config:
18 Settings.load_settings(args.config)
19 self._filter_options = Settings.filter_options
20 self._config = ResultSetting()
21 self._core = DataManager()
22 self._remove_default_commands()
23
24 def close_connection(self):
25 if self._core:

Callers

nothing calls this directly

Calls 4

ResultSettingClass · 0.90
DataManagerClass · 0.90
load_settingsMethod · 0.80

Tested by

no test coverage detected