The Gaudi Framework
master (37c0b60a)
|
Classes | |
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 | |
_GLOBAL_INSTANCES | |
(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More... | |
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 311 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 116 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 15 of file _configurables.py.
|
private |
(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
Classes and functions for handling Configurables
Definition at line 12 of file _configurables.py.