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

Method print

src/ifctester/ifctester/reporter.py:221–225  ·  view source on GitHub ↗
(self, txt: str, end: Optional[str] = None)

Source from the content-addressed store, hash-verified

219 sys.stdout.write("".join([self.colours[c] for c in colours]))
220
221 def print(self, txt: str, end: Optional[str] = None):
222 if end is not None:
223 print(txt, end=end)
224 else:
225 print(txt)
226
227
228class Txt(Console):

Callers 3

reportMethod · 0.95
report_specificationMethod · 0.95
report_reasonMethod · 0.95

Calls 1

printFunction · 0.85

Tested by

no test coverage detected