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

Function aggregate

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

Source from the content-addressed store, hash-verified

48
49@pytest.fixture
50def aggregate():
51 prophet = Prophecy(bonsai.core.tool.Aggregate)
52 yield prophet
53 prophet.verify()
54
55
56@pytest.fixture

Callers 1

start_elementFunction · 0.85

Calls 2

verifyMethod · 0.95
ProphecyClass · 0.85

Tested by

no test coverage detected