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

Method do_set

console/modules/queryCommand.py:48–52  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

46
47 @with_argparser(parser)
48 def do_set(self, arg):
49 if arg.section != 'database':
50 ResultSetting().set_value(arg.section,arg.value)
51 else:
52 SqlMapSetting().set_value(arg.section,arg.value)
53
54 def complete_search(self, text, line, begidx, endidx):
55 completions = []

Callers

nothing calls this directly

Calls 3

ResultSettingClass · 0.90
SqlMapSettingClass · 0.90
set_valueMethod · 0.45

Tested by

no test coverage detected