![]()  | 
  
    The Gaudi Framework
    v26r0
    
   | 
 
Small class that allows to access all the configurables as attributes of the instance. More...


Public Member Functions | |
| def | __init__ | 
| Initializes the instance.  More... | |
| def | __getattr__ | 
Public Attributes | |
| ignoreMissingConfigurables | |
| If set to true, does not raise an AttributeError if the configurable is not found.  More... | |
Small class that allows to access all the configurables as attributes of the instance.
Used as module to allow code like
Definition at line 13 of file __init__.py.
| def Gaudi._ConfigurablesModule.__init__ | ( | self | ) | 
Initializes the instance.
Definition at line 15 of file __init__.py.
| def Gaudi._ConfigurablesModule.__getattr__ | ( | self, | |
| name | |||
| ) | 
Definition at line 19 of file __init__.py.
| Gaudi._ConfigurablesModule.ignoreMissingConfigurables | 
If set to true, does not raise an AttributeError if the configurable is not found.
Definition at line 17 of file __init__.py.