mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
#4220 Update entity_instance.py
This commit is contained in:
@@ -139,7 +139,7 @@ class entity_instance(object):
|
||||
# ugh circular imports, name collisions
|
||||
from . import file
|
||||
|
||||
return file.file.from_pointer(self.wrapped_data.file_pointer())
|
||||
return file.from_pointer(self.wrapped_data.file_pointer())
|
||||
|
||||
def __getattr__(self, name):
|
||||
INVALID, FORWARD, INVERSE = range(3)
|
||||
|
||||
Reference in New Issue
Block a user