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

Class CheckValidForCmdWeb

source code

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

Check the validity of input line for web entry (no explicit path authorized)

Nested Classes [hide private]
  WebRestriction
class for WebRestriction

Inherited from CheckValidForCmd: RWError

Instance Methods [hide private]
 
check_draw(self, args)
check the validity of line syntax: draw FILEPATH [option=value]
source code
 
check_display(self, args)
check the validity of line in web mode
source code
 
check_check(self, args)
Not authorize for the Web
source code
 
check_history(self, args)
check the validity of line No Path authorize for the Web
source code
 
check_import(self, args)
check the validity of line No Path authorize for the Web
source code
 
check_install(self, args)
No possibility to install new software on the web
source code
 
check_load(self, args)
check the validity of the line No Path authorize for the Web
source code
 
check_save(self, args)
not authorize on web
source code
 
check_open(self, args)
not authorize on web
source code
 
check_output(self, args)
check the validity of the line
source code

Inherited from CheckValidForCmd: check_add, check_define, check_generate, check_launch, check_process_format, check_set, find_import_type, find_output_type, get_default_path

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_draw(self, args)

source code 

check the validity of line syntax: draw FILEPATH [option=value]

Overrides: CheckValidForCmd.check_draw

check_display(self, args)

source code 

check the validity of line in web mode

Overrides: CheckValidForCmd.check_display

check_check(self, args)

source code 

Not authorize for the Web

Overrides: CheckValidForCmd.check_check

check_history(self, args)

source code 

check the validity of line No Path authorize for the Web

Overrides: extended_cmd.CheckCmd.check_history

check_import(self, args)

source code 

check the validity of line No Path authorize for the Web

Overrides: CheckValidForCmd.check_import

check_install(self, args)

source code 

No possibility to install new software on the web

Overrides: CheckValidForCmd.check_install

check_load(self, args)

source code 

check the validity of the line No Path authorize for the Web

Overrides: CheckValidForCmd.check_load

check_save(self, args)

source code 

not authorize on web

Overrides: extended_cmd.CheckCmd.check_save

check_open(self, args)

source code 

not authorize on web

Overrides: CheckValidForCmd.check_open

check_output(self, args)

source code 

check the validity of the line

Overrides: CheckValidForCmd.check_output