MCPcopy Index your code
hub / github.com/microsoft/playwright-python / calls

Function calls

tests/async/test_page_clock.py:26–29  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

24
25@pytest.fixture(autouse=True)
26async def calls(page: Page) -> List[Any]:
27 calls: List[Any] = []
28 await page.expose_function("stub", lambda *args: calls.append(list(args)))
29 return calls
30
31
32class TestRunFor:

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
expose_functionMethod · 0.45

Tested by

no test coverage detected