![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
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) |
Variables | |
bool | _GLOBAL_INSTANCES = 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 315 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 120 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.
|
private |
Definition at line 16 of file _configurables.py.