Definition at line 143 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 146 of file semantics.py.
146 def store(self, value):
147 from numbers
import Number
149 if not isinstance(value, Number):
151 "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: