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

Function ifc

src/bonsai/test/core/bootstrap.py:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28@pytest.fixture
29def ifc():
30 prophet = Prophecy(bonsai.core.tool.Ifc)
31 yield prophet
32 prophet.verify()
33
34
35@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected