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

Class RunWebHandling

source code

object --+
         |
        CommonRunCmd.RunWebHandling

Instance Methods [hide private]
 
__init__(self, me_dir, crashifpresent=True, warnifpresent=True)
raise error if RunWeb already exists me_dir is the directory where the write RunWeb
source code
 
__enter__(self) source code
 
__exit__(self, exc_type, exc_value, traceback) source code
 
__call__(self, f)
allow to use this as decorator as well
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, me_dir, crashifpresent=True, warnifpresent=True)
(Constructor)

source code 

raise error if RunWeb already exists me_dir is the directory where the write RunWeb

Overrides: object.__init__