![]() |
The Gaudi Framework
master (ff829712)
|
Public Member Functions | |
default (self, value) | |
store (self, value) | |
is_set (self, value) | |
![]() | |
__init__ (self, cpp_type) | |
name (self) | |
name (self, value) | |
cpp_type (self) | |
cpp_type (self, value) | |
load (self, value) | |
opt_value (self, value) | |
merge (self, a, b) | |
Protected Attributes | |
_default = value | |
bool | _is_set = False |
![]() | |
_name = None | |
_cpp_type = value | |
Static Private Attributes | |
tuple | __handled_types__ = (re.compile(r".*"),) |
Additional Inherited Members | |
![]() | |
cpp_type = cpp_type | |
Special semantics that makes a deep copy of the default value on first access and considers a property set if its value is different from the default. This semantics is meant to be used whenever there is no specific semantic (with proper change detection) implemented for a type.
Definition at line 99 of file semantics.py.
GaudiConfig2.semantics.DefaultSemantics.default | ( | self, | |
value ) |
Definition at line 110 of file semantics.py.
GaudiConfig2.semantics.DefaultSemantics.is_set | ( | self, | |
value ) |
Allow overriding the definition of "is set" if we need helper types.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 121 of file semantics.py.
GaudiConfig2.semantics.DefaultSemantics.store | ( | self, | |
value ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Reimplemented in GaudiConfig2.semantics.GaudiHandleArraySemantics.
Definition at line 116 of file semantics.py.
|
staticprivate |
Definition at line 108 of file semantics.py.
|
protected |
Definition at line 112 of file semantics.py.
|
protected |
Definition at line 113 of file semantics.py.