Private alg-tools need recusive merging (de-duplication):
Definition at line 198 of file AtlasSemantics.py.
◆ __init__()
def python.AtlasSemantics.ToolHandleArraySemantics.__init__ |
( |
|
self, |
|
|
|
cpp_type |
|
) |
| |
◆ default()
def python.AtlasSemantics.ToolHandleArraySemantics.default |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ merge()
def python.AtlasSemantics.ToolHandleArraySemantics.merge |
( |
|
self, |
|
|
|
b, |
|
|
|
a |
|
) |
| |
◆ store()
def python.AtlasSemantics.ToolHandleArraySemantics.store |
( |
|
self, |
|
|
|
value |
|
) |
| |
Definition at line 209 of file AtlasSemantics.py.
209 def store(self,value):
210 if not isinstance(value,PrivateToolHandleArray):
212 value=PrivateToolHandleArray(value)
◆ __handled_types__
tuple python.AtlasSemantics.ToolHandleArraySemantics.__handled_types__ = ("PrivateToolHandleArray",) |
|
staticprivate |
The documentation for this class was generated from the following file: