ATLAS Offline Software
|
Classes | |
class | DeduplicationFailed |
Functions | |
def | deduplicate (newComp, compList) |
def | deduplicateOne (newComp, oldComp) |
Variables | |
_msg | |
def python.Deduplication.deduplicate | ( | newComp, | |
compList | |||
) |
Merge newComp with compList. If a matching component is found it is updated in compList. Otherwise a new component is added to compList. Returns True if a new component has been added, otherwise False. If merging fails, an exception is raised.
Definition at line 15 of file Deduplication.py.
def python.Deduplication.deduplicateOne | ( | newComp, | |
oldComp | |||
) |
Merge newComp with oldComp and provide diagnostics on failure.
Definition at line 45 of file Deduplication.py.
|
private |
Definition at line 12 of file Deduplication.py.