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

Function drawing

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

Source from the content-addressed store, hash-verified

90
91@pytest.fixture
92def drawing():
93 prophet = Prophecy(bonsai.core.tool.Drawing)
94 yield prophet
95 prophet.verify()
96
97
98@pytest.fixture

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected