Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ document
Function
document
src/bonsai/test/core/bootstrap.py:85–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
@pytest.fixture
85
def
document():
86
prophet = Prophecy(bonsai.core.tool.Document)
87
yield
prophet
88
prophet.verify()
89
90
91
@pytest.fixture
Callers
nothing calls this directly
Calls
2
verify
Method · 0.95
Prophecy
Class · 0.85
Tested by
no test coverage detected