Private alg-tools need recusive merging (de-duplication):
Definition at line 105 of file AtlasSemantics.py.
◆ __init__()
def python.AtlasSemantics.ToolHandleSemantics.__init__ |
( |
|
self, |
|
|
|
cpp_type |
|
) |
| |
◆ merge()
def python.AtlasSemantics.ToolHandleSemantics.merge |
( |
|
self, |
|
|
|
b, |
|
|
|
a |
|
) |
| |
Definition at line 114 of file AtlasSemantics.py.
116 if a
is None or a==
'':
return b
117 if b
is None or b==
'':
return a
◆ __handled_types__
tuple python.AtlasSemantics.ToolHandleSemantics.__handled_types__ = ("PrivateToolHandle",) |
|
staticprivate |
The documentation for this class was generated from the following file: