The Gaudi Framework  v36r1 (3e2fb5a8)
gaudirun.FakeModule Class Reference
Inheritance diagram for gaudirun.FakeModule:
Collaboration diagram for gaudirun.FakeModule:

Public Member Functions

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

Public Attributes

 exception
 

Detailed Description

Definition at line 534 of file gaudirun.py.

Constructor & Destructor Documentation

◆ __init__()

def gaudirun.FakeModule.__init__ (   self,
  exception 
)

Definition at line 535 of file gaudirun.py.

535  def __init__(self, exception):
536  self.exception = exception
537 

Member Function Documentation

◆ __getattr__()

def gaudirun.FakeModule.__getattr__ (   self,
args,
**  kwargs 
)

Definition at line 538 of file gaudirun.py.

538  def __getattr__(self, *args, **kwargs):
539  raise self.exception
540 
541  sys.modules["GaudiPython"] = FakeModule(

Member Data Documentation

◆ exception

gaudirun.FakeModule.exception

Definition at line 536 of file gaudirun.py.


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