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

Class CmdShell

source code

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

CMD command with shell activate

Nested Classes [hide private]

Inherited from Cmd: ConfigurationError, InvalidCmd

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

Inherited from Cmd: __init__, ask, avoid_history_duplicate, check_answer_in_input_file, check_import, cmdloop, compile, default, define_child_cmd_interface, do_EOF, do_display, do_exit, do_help, do_history, do_import, do_quit, do_save, emptyline, error_handling, exec_cmd, get_history_header, get_stored_line, import_command_file, nice_config_error, nice_error_handling, nice_user_error, no_notification, onecmd, onecmd_orig, postcmd, postloop, precmd, preloop, 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 BasicCmd: complete, deal_multiple_categories, getTerminalSize, print_suggestions, set_readline_completion_display_matches_hook

Inherited from OriginalCmd: columnize, complete_help, completedefault, completenames, get_names, parseline, print_topics

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

Static Methods [hide private]

Inherited from Cmd: timed_input

Inherited from BasicCmd: list_completion, path_completion, split_arg

Class Variables [hide private]

Inherited from Cmd: PluginCandidate, allow_notification_center, config_debug, debug_output, dirlist, error_debug, history_header, keyboard_stop_msg, next_possibility, onedir, plugin_path

Inherited from Cmd (private): _display_opts

Inherited from OriginalCmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, prompt, ruler, undoc_header, use_rawinput

Properties [hide private]

Inherited from object: __class__