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