List of all members.
Detailed Description
Definition at line 159 of file gaudirun.py.
Constructor & Destructor Documentation
| def gaudirun::FakeModule::__init__ |
( |
|
self, |
|
|
|
exception |
|
) |
| |
Definition at line 160 of file gaudirun.py.
00161 :
self.exception = exception
Member Function Documentation
| def gaudirun::FakeModule::__getattr__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Definition at line 162 of file gaudirun.py.
00163 :
00164 raise self.exception
sys.modules["GaudiPython"] = FakeModule(RuntimeError("GaudiPython cannot be used in option files"))
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r3/Gaudi/scripts/gaudirun.py