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