The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
gaudirun.FakeModule Class Reference
Inheritance diagram for gaudirun.FakeModule:
Collaboration diagram for gaudirun.FakeModule:

Public Member Functions

 __init__ (self, exception)
 
 __getattr__ (self, *args, **kwargs)
 

Public Attributes

 exception = exception
 

Detailed Description

Definition at line 563 of file gaudirun.py.

Constructor & Destructor Documentation

◆ __init__()

gaudirun.FakeModule.__init__ ( self,
exception )

Definition at line 564 of file gaudirun.py.

564 def __init__(self, exception):
565 self.exception = exception
566

Member Function Documentation

◆ __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(

Member Data Documentation

◆ exception

gaudirun.FakeModule.exception = exception

Definition at line 565 of file gaudirun.py.


The documentation for this class was generated from the following file: