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

Method report

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

Source from the content-addressed store, hash-verified

148 }
149
150 def report(self) -> None:
151 self.set_style("bold", "blue")
152 self.print(self.ids.info.get("title", "Untitled IDS"))
153 for specification in self.ids.specifications:
154 self.report_specification(specification)
155 self.set_style("reset")
156
157 def report_specification(self, specification: Specification) -> None:
158 if specification.status is True:

Callers

nothing calls this directly

Calls 4

set_styleMethod · 0.95
printMethod · 0.95
report_specificationMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected