mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
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:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user