Package madgraph :: Package interface :: Module extended_cmd :: Class CmdShell
[hide private]
[frames] | no frames]

Class CmdShell

source code

 object --+        
          |        
   CheckCmd --+    
              |    
 object --+   |    
          |   |    
    HelpCmd --+    
              |    
 object --+   |    
          |   |    
CompleteCmd --+    
              |    
cmd.Cmd --+   |    
          |   |    
   BasicCmd --+    
              |    
            Cmd --+
                  |
                 CmdShell
Known Subclasses:

CMD command with shell activate

Nested Classes [hide private]

Inherited from Cmd: ConfigurationError, InvalidCmd

Instance Methods [hide private]
 
complete_shell(self, text, line, begidx, endidx)
add path for shell
source code
 
do_shell(self, line)
Run a shell command
source code
 
help_shell(self)
help for the shell
source code

Inherited from Cmd: __init__, ask, check_answer_in_input_file, check_stored_line, clean_history, correct_splitting, default, define_child_cmd_interface, do_EOF, do_display, do_exit, do_help, do_history, do_quit, do_save, emptyline, exec_cmd, get_history_header, import_command_file, nice_config_error, nice_error_handling, nice_user_error, onecmd, postloop, precmd, run_cmd, stop_on_keyboard_stop, store_line, write_configuration

Inherited from CheckCmd: check_history, check_save

Inherited from HelpCmd: help_EOF, help_display, help_help, help_history, help_quit, help_save

Inherited from CompleteCmd: complete_display, complete_history, complete_save

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from BasicCmd: complete, deal_multiple_categories, getTerminalSize, preloop, print_suggestions

Inherited from cmd.Cmd: cmdloop, columnize, complete_help, completedefault, completenames, get_names, parseline, postcmd, print_topics

Static Methods [hide private]

Inherited from Cmd: list_completion, path_completion, split_arg, timed_input

Class Variables [hide private]

Inherited from Cmd: config_debug, debug_output, error_debug, history_header, keyboard_stop_msg, next_possibility

Inherited from Cmd (private): _display_opts

Inherited from cmd.Cmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, prompt, ruler, undoc_header, use_rawinput

Properties [hide private]

Inherited from object: __class__