Definition at line 129 of file semantics.py.
◆ store()
def GaudiConfig2.semantics.StringSemantics.store |
( |
|
self, |
|
|
|
value |
|
) |
| |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 132 of file semantics.py.
132 def store(self, value):
133 if not isinstance(value, basestring):
134 raise ValueError(
"cannot set property {} to {!r}".
format(self.name, value))
◆ __handled_types__
tuple GaudiConfig2.semantics.StringSemantics.__handled_types__ = ("std::string",) |
|
staticprivate |
The documentation for this class was generated from the following file: