Definition at line 16 of file __init__.py.
def Gaudi._ConfigurablesModule.__init__ |
( |
|
self | ) |
|
Definition at line 18 of file __init__.py.
21 self.
__name__ = __configurables_module_fullname__
ignoreMissingConfigurables
def Gaudi._ConfigurablesModule.__getattr__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
Definition at line 23 of file __init__.py.
32 elif name ==
"__path__":
33 raise AttributeError(
"'module' object has no attribute '__path__'")
34 elif name
in cfgDb.keys():
35 retval = confDbGetConfigurable(name)
37 retval = aliases[name]
40 logging.getLogger(__configurables_module_fullname__).warning(
41 'Configurable class %s not in database', name)
45 raise AttributeError(
"module '%s' does not have attribute '%s'" % (
46 __configurables_module_fullname__, name))
def __getattr__(self, name)
ignoreMissingConfigurables
Gaudi._ConfigurablesModule.__name__ |
|
private |
Gaudi._ConfigurablesModule.ignoreMissingConfigurables |
The documentation for this class was generated from the following file: