![]() |
The Gaudi Framework
v36r13 (995e4364)
|
Classes | |
| class | ConfigMetaHelper |
| class | Configurable |
| class | ConfigurableMeta |
| class | Property |
Functions | |
| def | useGlobalInstances (enable) |
| def | opt_repr (value) |
| def | makeConfigurableClass (name, **namespace) |
| def | all_options (explicit_defaults=False) |
| def GaudiConfig2._configurables.all_options | ( | explicit_defaults = False | ) |
Return a dictionary with all explicitly set options, or with also the defaults if explicit_defaults is set to True.
Definition at line 338 of file _configurables.py.
| def GaudiConfig2._configurables.makeConfigurableClass | ( | name, | |
| ** | namespace | ||
| ) |
| def GaudiConfig2._configurables.opt_repr | ( | value | ) |
String representation of the value, such that it can be consumed be the Gaudi option parsers.
Definition at line 125 of file _configurables.py.
| def GaudiConfig2._configurables.useGlobalInstances | ( | enable | ) |
Enable or disable the global instances database. By default global instances are enabled.
Definition at line 19 of file _configurables.py.