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

Method to_string

src/ifctester/ifctester/reporter.py:236–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 self.text += txt + "\n" if end is None else end
235
236 def to_string(self) -> None:
237 print(self.text)
238
239 def to_file(self, filepath: str) -> None:
240 with open(filepath, "w", encoding="utf-8") as outfile:

Callers 2

report_specificationMethod · 0.45
report_specificationMethod · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected