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

changed name of function

parent d14761bc
No related branches found
No related tags found
3 merge requests!57RELEASE 0.7.3,!50F merge entities,!45F copy entity
Pipeline #19383 passed with warnings
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
......@@ -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