Package madgraph :: Package interface :: Module loop_interface :: Class CompleteLoop
[hide private]
[frames] | no frames]

Class CompleteLoop

source code

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

Instance Methods [hide private]
 
complete_display(self, text, line, begidx, endidx)
Complete the display command in the context of the Loop interface
source code

Inherited from madgraph_interface.CompleteForCmd: aloha_complete_output, complete_add, complete_check, complete_compute_widths, complete_customize_model, complete_decay_diagram, complete_define, complete_draw, complete_generate, complete_import, complete_install, complete_launch, complete_load, complete_open, complete_output, complete_save, complete_set, complete_tutorial, find_restrict_card, model_completion, nlo_completion

Inherited from extended_cmd.CompleteCmd: complete_history

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

Class Variables [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

source code 

Complete the display command in the context of the Loop interface

Overrides: extended_cmd.CompleteCmd.complete_display