MCPcopy Index your code
hub / github.com/reactive-python/reactpy / display

Function display

src/py/reactpy/tests/conftest.py:35–37  ·  view source on GitHub ↗
(server, page)

Source from the content-addressed store, hash-verified

33
34@pytest.fixture
35async def display(server, page):
36 async with DisplayFixture(server, page) as display:
37 yield display
38
39
40@pytest.fixture

Callers

nothing calls this directly

Calls 1

DisplayFixtureClass · 0.90

Tested by

no test coverage detected