Definition at line 109 of file semantics.py.
◆ store()
def GaudiConfig2.semantics.FloatSemantics.store |
( |
|
self, |
|
|
|
value |
|
) |
| |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 112 of file semantics.py.
112 def store(self, value):
113 from numbers
import Number
114 if not isinstance(value, Number):
116 'number expected, got {!r} in assignemnt to {}'.
format(
◆ __handled_types__
tuple GaudiConfig2.semantics.FloatSemantics.__handled_types__ = ('float', 'double') |
|
staticprivate |
The documentation for this class was generated from the following file: