MCPcopy 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
85def 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

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected