|
|
__init__(self,
noopts=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
msg(self,
msg)
If --verbose then send msg to stdout |
source code
|
|
|
|
|
|
string
|
|
|
string
|
|
|
|
runCommand(self,
cmd=[],
obfuscated_cmd=None)
Execute a command and return the results, displaying pre and post
messages. |
source code
|
|
|
Inherited from CmdBase.CmdBase:
buildParser,
checkLogpath,
generate_configs,
generate_xml_configs,
generate_xml_table,
getConfigFileDefaults,
parseOptions,
pretty_print_config_comment,
setupLogging
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|