Definition at line 182 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 185 of file semantics.py.
185 def store(self, value):
186 if not isinstance(value, str):
187 raise TypeError(
"cannot set property {} to {!r}".
format(self.name, value))
188 return value
189
190
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: