Definition at line 92 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 95 of file semantics.py.
95 def store(self, value):
96 if not isinstance(value, basestring):
97 raise ValueError(
'cannot set property {} to {!r}'.
format(
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: