Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
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
verify
Method · 0.95
Prophecy
Class · 0.85
Tested by
no test coverage detected