Definition at line 145 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 148 of file semantics.py.
148 def store(self, value):
149 from numbers
import Number
151 if not isinstance(value, Number):
153 "number expected, got {!r} in assignemnt to {}".
format(value, self.name)
◆ __handled_types__
tuple GaudiConfig2.semantics.FloatSemantics.__handled_types__ = ("float", "double") |
|
staticprivate |
The documentation for this class was generated from the following file: