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