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

Function loaded_session

src/ifcmcp/tests/conftest.py:55–59  ·  view source on GitHub ↗

An IfcSession with an in-memory model already loaded (no file path).

(model)

Source from the content-addressed store, hash-verified

53
54@pytest.fixture
55def loaded_session(model):
56 """An IfcSession with an in-memory model already loaded (no file path)."""
57 s = IfcSession()
58 s.model = model
59 return s

Callers

nothing calls this directly

Calls 1

IfcSessionClass · 0.90

Tested by

no test coverage detected