Package madgraph :: Package interface :: Module madgraph_interface :: Class CompleteForCmd
[hide private]
[frames] | no frames]

Class CompleteForCmd

source code

              object --+    
                       |    
extended_cmd.CompleteCmd --+
                           |
                          CompleteForCmd
Known Subclasses:

The Series of help routine for the MadGraphCmd

Instance Methods [hide private]
 
model_completion(self, text, process)
complete the line with model information
source code
 
complete_generate(self, text, line, begidx, endidx)
Complete the add command
source code
 
complete_add(self, text, line, begidx, endidx)
Complete the add command
source code
 
complete_check(self, text, line, begidx, endidx)
Complete the add command
source code
 
complete_tutorial(self, text, line, begidx, endidx)
Complete the tutorial command
source code
 
complete_define(self, text, line, begidx, endidx)
Complete particle information
source code
 
complete_display(self, text, line, begidx, endidx)
Complete the display command
source code
 
complete_draw(self, text, line, begidx, endidx)
Complete the draw command
source code
 
complete_launch(self, text, line, begidx, endidx)
complete the launch command
source code
 
complete_load(self, text, line, begidx, endidx)
Complete the load command
source code
 
complete_save(self, text, line, begidx, endidx)
Complete the save command
source code
 
complete_open(*args, **opt)
complete the open command
source code
 
complete_output(*args, **opt)
Complete the output command
source code
 
aloha_complete_output(self, text, line, begidx, endidx)
Complete the output aloha command
source code
 
complete_set(self, text, line, begidx, endidx)
Complete the set command
source code
 
complete_import(self, text, line, begidx, endidx)
Complete the import command
source code
 
find_restrict_card(self, model_name, base_dir='./', no_restrict=True)
find the restriction file associate to a given model
source code
 
complete_install(self, text, line, begidx, endidx)
Complete the import command
source code

Inherited from extended_cmd.CompleteCmd: complete_history

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

complete_display(self, text, line, begidx, endidx)

source code 

Complete the display command

Overrides: extended_cmd.CompleteCmd.complete_display

complete_save(self, text, line, begidx, endidx)

source code 

Complete the save command

Overrides: extended_cmd.CompleteCmd.complete_save

complete_open(*args, **opt)

source code 

complete the open command

Decorators:
  • @cmd.debug()

complete_output(*args, **opt)

source code 

Complete the output command

Decorators:
  • @cmd.debug()