![]() |
The Gaudi Framework
master (ff829712)
|
Classes | |
class | DataHandlePropertyProxy |
class | GaudiHandleArrayPropertyProxy |
class | GaudiHandlePropertyProxy |
class | GaudiHandlePropertyProxyBase |
class | PropertyProxy |
Functions | |
derives_from (derived, base) | |
_isCompatible (tp, value, name) | |
_registerConfigurables (allConfigurables, c) | |
PropertyProxyFactory (descr, doc, default) | |
Variables | |
list | __all__ = ["PropertyProxy", "GaudiHandlePropertyProxy", "GaudiHandleArrayPropertyProxy"] |
(c) Copyright 1998-2025 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". | |
log = logging.getLogger("PropertyProxy") | |
|
protected |
Definition at line 43 of file PropertyProxy.py.
|
protected |
Definition at line 82 of file PropertyProxy.py.
GaudiKernel.PropertyProxy.derives_from | ( | derived, | |
base ) |
A string version of isinstance(). <derived> is either an object instance, or a type <base> is a string containing the name of the base class (or <derived> class)
Definition at line 28 of file PropertyProxy.py.
GaudiKernel.PropertyProxy.PropertyProxyFactory | ( | descr, | |
doc, | |||
default ) |
Definition at line 479 of file PropertyProxy.py.
|
private |
(c) Copyright 1998-2025 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. #
File: AthenaCommon/python/PropertyProxy.py Author: Wim Lavrijsen (WLavr.nosp@m.ijse.nosp@m.n@lbl.nosp@m..gov) Author: Martin Woudstra (Marti.nosp@m.n.Wo.nosp@m.udstr.nosp@m.a@ce.nosp@m.rn.ch)
Definition at line 16 of file PropertyProxy.py.
GaudiKernel.PropertyProxy.log = logging.getLogger("PropertyProxy") |
Definition at line 25 of file PropertyProxy.py.