Class p.s.c.c.CommanderCommandsConfig(CommandsConfig):

Part of pida.services.commander.commander View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
196 Method execute Undocumented
202 Method execute_shell Undocumented

Inherited from CommandsConfig:

Line # Kind Name Docs
28 Method call Undocumented

Inherited from BaseConfig (via CommandsConfig):

Line # Kind Name Docs
4 Method __init__ Undocumented
8 Method create Override to do the creations
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
28 Method call Undocumented
8 Method create Override to do the creations
196 Method execute Undocumented
202 Method execute_shell Undocumented
11 Method get_service_name Undocumented
def execute(self, commandargs, env=, cwd=os.getcwd(), title=_('Command'), icon='terminal', eof_handler=None, use_python_fork=False, parser_func=None):
Undocumented
def execute_shell(self, env=, cwd=os.getcwd(), title='Shell'):
Undocumented
API Documentation for PIDA, generated by pydoctor.