![]() |
The Gaudi Framework
v28r0
|
Small class that allows to access all the configurables as attributes of the instance. More...
Public Member Functions | |
def | __init__ (self) |
Initializes the instance. More... | |
def | __getattr__ (self, name) |
Public Attributes | |
ignoreMissingConfigurables | |
If set to true, does not raise an AttributeError if the configurable is not found. More... | |
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 | ) |
Initializes the instance.
Definition at line 15 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.