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

Method do_unset

console/modules/configCommand.py:61–62  ·  view source on GitHub ↗
(self, args:cmd2.Statement)

Source from the content-addressed store, hash-verified

59
60
61 def do_unset(self, args:cmd2.Statement):
62 self.do_set(args)
63
64 def complete_unset(self, text, line, idx, endx):
65 return self.complete_set(text, line, idx, endx)

Callers

nothing calls this directly

Calls 1

do_setMethod · 0.95

Tested by

no test coverage detected