Definition at line 405 of file gaudirun.py.
def gaudirun.FakeModule.__init__ |
( |
|
self, |
|
|
|
exception |
|
) |
| |
Definition at line 406 of file gaudirun.py.
def __init__(self, exception)
def gaudirun.FakeModule.__getattr__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Definition at line 408 of file gaudirun.py.
410 sys.modules[
"GaudiPython"] =
FakeModule(RuntimeError(
"GaudiPython cannot be used in option files"))
def __getattr__(self, args, kwargs)
gaudirun.FakeModule.exception |
The documentation for this class was generated from the following file: