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

Class CheckValidForCmd

source code

           object --+    
                    |    
extended_cmd.CheckCmd --+
                        |
                       CheckValidForCmd
Known Subclasses:

The Series of help routine for the MadGraphCmd

Nested Classes [hide private]
  RWError
a class for read/write errors
Instance Methods [hide private]
 
check_add(self, args)
check the validity of line syntax: add process PROCESS
source code
 
check_define(self, args)
check the validity of line syntax: define multipart_name [ part_name_list ]
source code
 
check_display(self, args)
check the validity of line syntax: display XXXXX
source code
 
check_draw(self, args)
check the validity of line syntax: draw DIRPATH [option=value]
source code
 
check_check(self, args)
check the validity of args
source code
 
check_generate(self, args)
check the validity of args
source code
 
check_process_format(self, process)
check the validity of the string given to describe a format
source code
 
check_import(self, args)
check the validity of line
source code
 
check_install(self, args)
check that the install command is valid
source code
 
check_launch(self, args, options)
check the validity of the line
source code
 
find_import_type(self, path)
identify the import type of a given path valid output: model/model_v4/proc_v4/command
source code
 
find_output_type(self, path)
identify the type of output of a given directory: valid output: madevent/standalone/standalone_cpp
source code
 
check_load(self, args)
check the validity of the line
source code
 
check_save(self, args)
check the validity of the line
source code
 
check_set(self, args)
check the validity of the line
source code
 
check_open(self, args)
check the validity of the line
source code
 
check_output(self, args)
check the validity of the line
source code
 
get_default_path(self)
Set self._export_dir to the default ('auto') path
source code

Inherited from extended_cmd.CheckCmd: check_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]

check_save(self, args)

source code 

check the validity of the line

Overrides: extended_cmd.CheckCmd.check_save