mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Add tests for PR #5257 (using cache for fetching units)
This commit is contained in:
@@ -222,7 +222,7 @@ class file:
|
||||
"""
|
||||
|
||||
wrapped_data: ifcopenshell_wrapper.file
|
||||
units: dict[str: ifcopenshell.entity_instance] = None
|
||||
units: dict[str, entity_instance] = {}
|
||||
history_size: int = 64
|
||||
|
||||
def __init__(
|
||||
@@ -358,7 +358,6 @@ class file:
|
||||
:param args: The positional arguments of the IFC class
|
||||
:param kwargs: The keyword arguments of the IFC class
|
||||
:returns: An entity instance
|
||||
:rtype: ifcopenshell.entity_instance
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user