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

Function an_ifc_file_exists

src/bonsai/test/bim/bootstrap.py:179–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177
178
179def an_ifc_file_exists():
180 ifc = tool.Ifc.get()
181 if not ifc:
182 assert False, "No IFC file is available"
183 return ifc
184
185
186def an_ifc_file_does_not_exist():

Calls 1

getMethod · 0.45

Tested by

no test coverage detected