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

Function _handler2

tests/async/test_page_request_fallback.py:38–40  ·  view source on GitHub ↗
(route: Route)

Source from the content-addressed store, hash-verified

36 await page.route("**/empty.html", _handler1)
37
38 def _handler2(route: Route) -> None:
39 intercepted.append(2)
40 asyncio.create_task(route.fallback())
41
42 await page.route("**/empty.html", _handler2)
43

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
fallbackMethod · 0.45

Tested by

no test coverage detected