Definition at line 133 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 136 of file semantics.py.
136 def store(self, value):
137 if not isinstance(value, str):
138 raise TypeError(
"cannot set property {} to {!r}".
format(self.name, value))
139 return value
140
141
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: