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


Public Member Functions | |
| def | __init__ |
| Initializes the instance. | |
| def | __getattr__ |
| def | __init__ |
| Initializes the instance. | |
| def | __getattr__ |
Public Attributes | |
| ignoreMissingConfigurables | |
| If set to true, does not raise an AttributeError if the configurable is not found. | |
Private Attributes | |
| __name__ | |
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 | ) |
| def Gaudi._ConfigurablesModule.__init__ | ( | self | ) |
| def Gaudi._ConfigurablesModule.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 20 of file __init__.py.
| def Gaudi._ConfigurablesModule.__getattr__ | ( | self, | |
| name | |||
| ) |
Definition at line 20 of file __init__.py.
|
private |
Definition at line 18 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.