Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ _handler1
Function
_handler1
tests/async/test_page_request_fallback.py:32–34 ·
view source on GitHub ↗
(route: Route)
Source
from the content-addressed store, hash-verified
30
intercepted = []
31
32
def
_handler1(route: Route) -> None:
33
intercepted.append(1)
34
asyncio.create_task(route.fallback())
35
36
await page.route(
"**/empty.html"
, _handler1)
37
Callers
nothing calls this directly
Calls
3
append
Method · 0.80
fallback
Method · 0.45
continue_
Method · 0.45
Tested by
no test coverage detected