Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ _handler3
Function
_handler3
tests/async/test_page_request_fallback.py:44–46 ·
view source on GitHub ↗
(route: Route)
Source
from the content-addressed store, hash-verified
42
await page.route(
"**/empty.html"
, _handler2)
43
44
def
_handler3(route: Route) -> None:
45
intercepted.append(3)
46
asyncio.create_task(route.fallback())
47
48
await page.route(
"**/empty.html"
, _handler3)
49
Callers
nothing calls this directly
Calls
2
append
Method · 0.80
fallback
Method · 0.45
Tested by
no test coverage detected