IfcParseWrapper - instance_by_guid -> by_guid

It seems they have exactly the same signatures and it makes sense to just rename instance_by_guid to by_guid, instead of implementing it separately.
This commit is contained in:
Andrej730
2025-06-17 12:34:06 +05:00
parent df91f475c1
commit ff09cd0a56
2 changed files with 1 additions and 5 deletions
@@ -942,7 +942,6 @@ class file:
@property
def header(self) -> IfcSpfHeader: ...
def ifcroot_type(self) -> entity: ...
def instance_by_guid(self, guid): ...
def instances_by_reference(self, id): ...
def internal_guid_map(self): ...
def load(self, entity_instance_name, entity, arg4, attribute_index): ...