MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / to_string

Method to_string

src/ifcopenshell-python/ifcopenshell/file.py:1052–1053  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1050 return f
1051
1052 def to_string(self) -> str:
1053 return self.wrapped_data.to_string()
1054
1055 @property
1056 def header(self) -> file_header:

Calls

no outgoing calls