mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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
|
# ugh circular imports, name collisions
|
||||||
from . import file
|
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):
|
def __getattr__(self, name):
|
||||||
INVALID, FORWARD, INVERSE = range(3)
|
INVALID, FORWARD, INVERSE = range(3)
|
||||||
|
|||||||
Reference in New Issue
Block a user