mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
ty: detect unresolved references
This commit is contained in:
@@ -1070,7 +1070,10 @@ class file:
|
||||
"""
|
||||
...
|
||||
|
||||
def getMaxId(self): ...
|
||||
def getMaxId(self) -> int:
|
||||
"""Get the highest instance id currently in use in the file."""
|
||||
...
|
||||
|
||||
def get_total_inverses_by_id(self, instance_id: int) -> int: ...
|
||||
def getUnit(self, unit_type): ...
|
||||
def get_inverse(self, e: entity_instance) -> tuple[entity_instance, ...]: ...
|
||||
|
||||
Reference in New Issue
Block a user