Skip to content
Snippets Groups Projects
Commit f1243df7 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

changed name of function

parent d14761bc
Branches
Tags
3 merge requests!57RELEASE 0.7.3,!50F merge entities,!45F copy entity
Pipeline #19383 passed with warnings
......@@ -712,7 +712,7 @@ def copy_entity(entity: Entity):
return new
def merge_entities_in_place(entity_a: Entity, entity_b: Entity):
def merge_entities(entity_a: Entity, entity_b: Entity):
"""
Merge entity_b into entity_a such that they have the same parents and properties.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment