![]() |
The Gaudi Framework
master (1a7a3838)
|


Public Member Functions | |
| __init__ (self, cpp_type) | |
| store (self, value) | |
| opt_value (self, value) | |
| Public Member Functions inherited from GaudiConfig2.semantics.PropertySemantics | |
| __init__ (self, cpp_type) | |
| name (self) | |
| name (self, value) | |
| cpp_type (self) | |
| cpp_type (self, value) | |
| load (self, value) | |
| is_set (self, value) | |
| merge (self, a, b) | |
Protected Attributes | |
| _type = next(extract_template_args(cpp_type)) | |
| bool | _isCond = False |
| str | _mode = "R" |
| Protected Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| _name = None | |
| _cpp_type = value | |
Static Private Attributes | |
| tuple | __handled_types__ = (re.compile(r"DataObject(Read|Write)Handle<.*>$"),) |
Additional Inherited Members | |
| Public Attributes inherited from GaudiConfig2.semantics.PropertySemantics | |
| cpp_type = cpp_type | |
Semantics for data handles.
Definition at line 411 of file semantics.py.
| GaudiConfig2.semantics.DataHandleSemantics.__init__ | ( | self, | |
| cpp_type ) |
Definition at line 418 of file semantics.py.
| GaudiConfig2.semantics.DataHandleSemantics.opt_value | ( | self, | |
| value ) |
Option string version of value.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 442 of file semantics.py.
| GaudiConfig2.semantics.DataHandleSemantics.store | ( | self, | |
| value ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 430 of file semantics.py.
|
staticprivate |
Definition at line 416 of file semantics.py.
|
protected |
Definition at line 421 of file semantics.py.
|
protected |
Definition at line 424 of file semantics.py.
|
protected |
Definition at line 420 of file semantics.py.