Package madgraph :: Package interface :: Module common_run_interface :: Class EditParamCard
[hide private]
[frames] | no frames]

Class EditParamCard

source code

              object --+                    
                       |                    
extended_cmd.OriginalCmd --+                
                           |                
       extended_cmd.BasicCmd --+            
                               |            
      extended_cmd.SmartQuestion --+        
                                   |        
  extended_cmd.OneLinePathCompletion --+    
                                       |    
                          AskforEditCard --+
                                           |
                                          EditParamCard

a dedicated module for the param

Instance Methods [hide private]
 
__init__(self, question, card=[], mode='auto', *args, **opt)
Instantiate a line-oriented interpreter framework.
source code
 
do_asperge(self, *args, **opts)
Not available
source code

Inherited from AskforEditCard: check_answer_consistency, check_card_consistency, complete_add, complete_asperge, complete_compute_widths, complete_help, complete_set, complete_update, copy_file, default, define_paths, do_add, do_compute_widths, do_decay, do_help, do_set, do_update, help_add, help_asperge, help_compute_widths, help_decay, help_set, load_default, open_file, postcmd, reask, reload_card, setM, setML, setP, setPY8, setR, update_missing

Inherited from extended_cmd.OneLinePathCompletion: completedefault, completenames, precmd

Inherited from extended_cmd.SmartQuestion: __call__, cmdloop, emptyline, get_names, onecmd, preloop

Inherited from extended_cmd.BasicCmd: complete, deal_multiple_categories, getTerminalSize, print_suggestions, set_readline_completion_display_matches_hook

Inherited from extended_cmd.OriginalCmd: columnize, parseline, postloop, print_topics

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

Static Methods [hide private]

Inherited from AskforEditCard: update_dependent

Inherited from extended_cmd.BasicCmd: list_completion, path_completion, split_arg

Class Variables [hide private]
  special_shortcut = {}

Inherited from AskforEditCard: all_card_name, fail_due_to_format, special_shortcut_help

Inherited from extended_cmd.OneLinePathCompletion: allowpath, completion_prefix

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

Properties [hide private]

Inherited from extended_cmd.SmartQuestion: answer

Inherited from object: __class__

Method Details [hide private]

__init__(self, question, card=[], mode='auto', *args, **opt)
(Constructor)

source code 

Instantiate a line-oriented interpreter framework.

The optional argument 'completekey' is the readline name of a completion key; it defaults to the Tab key. If completekey is not None and the readline module is available, command completion is done automatically. The optional arguments stdin and stdout specify alternate input and output file objects; if not specified, sys.stdin and sys.stdout are used.

Overrides: object.__init__
(inherited documentation)

do_asperge(self, *args, **opts)

source code 

Not available

Overrides: AskforEditCard.do_asperge