Definition at line 225 of file AtlasSemantics.py.
◆ __init__()
def python.AtlasSemantics.SubAlgoSemantics.__init__ |
( |
|
self, |
|
|
|
cpp_type |
|
) |
| |
◆ default()
def python.AtlasSemantics.SubAlgoSemantics.default |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ store()
def python.AtlasSemantics.SubAlgoSemantics.store |
( |
|
self, |
|
|
|
value |
|
) |
| |
Definition at line 230 of file AtlasSemantics.py.
230 def store(self,value):
231 if not isinstance(value,Sequence):
235 if v.__component_type__ !=
'Algorithm':
236 raise TypeError(
'Algorithm expected, got {!r} in assignemnt to {}'.\
◆ __handled_types__
tuple python.AtlasSemantics.SubAlgoSemantics.__handled_types__ = ("SubAlgorithm",) |
|
staticprivate |
The documentation for this class was generated from the following file: