Definition at line 563 of file gaudirun.py.
◆ __init__()
gaudirun.FakeModule.__init__ |
( |
| self, |
|
|
| exception ) |
Definition at line 564 of file gaudirun.py.
564 def __init__(self, exception):
565 self.exception = exception
566
◆ __getattr__()
gaudirun.FakeModule.__getattr__ |
( |
| self, |
|
|
* | args, |
|
|
** | kwargs ) |
Definition at line 567 of file gaudirun.py.
567 def __getattr__(self, *args, **kwargs):
568 raise self.exception
569
570 sys.modules["GaudiPython"] = FakeModule(
◆ exception
gaudirun.FakeModule.exception = exception |
The documentation for this class was generated from the following file: