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

Method __str__

test/run.py:86–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 if not succes: self.failed.append(fn)
85 return len(self.failed) == 0
86 def __str__(self): return "\n".join(self.failed) if len(self.failed) else ""
87
88# Karlsruher Institut fuer Technologie
89TestFile("http://iai-typo3.iai.fzk.de/www-extern-kit/fileadmin/download/download-vrsys/ADT-FZK-Haus-2005-2006.zip")

Callers 3

build-all.pyFile · 0.45
build_dependencyFunction · 0.45
compile_python_wrapperFunction · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected