mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
ifcopenshell.file.to_string
This commit is contained in:
@@ -690,3 +690,6 @@ class file:
|
||||
@staticmethod
|
||||
def from_pointer(v) -> "file":
|
||||
return file_dict.get(v)()
|
||||
|
||||
def to_string(self) -> str:
|
||||
return self.wrapped_data.to_string()
|
||||
|
||||
Reference in New Issue
Block a user