Definition at line 132 of file semantics.py.
◆ store()
GaudiConfig2.semantics.StringSemantics.store |
( |
| self, |
|
|
| value ) |
Validation/transformation of the data to be stored.
Reimplemented from GaudiConfig2.semantics.PropertySemantics.
Definition at line 135 of file semantics.py.
135 def store(self, value):
136 if not isinstance(value, str):
137 raise TypeError(
"cannot set property {} to {!r}".
format(self.name, value))
138 return value
139
140
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
◆ __handled_types__
tuple GaudiConfig2.semantics.StringSemantics.__handled_types__ = ("std::string",) |
|
staticprivate |
The documentation for this class was generated from the following file: