Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ handler
Function
handler
tests/async/test_browsercontext_request_fallback.py:63–66 ·
view source on GitHub ↗
(route: Route)
Source
from the content-addressed store, hash-verified
61
62
def
create_handler(i: int) -> Callable[[Route], Coroutine]:
63
async
def
handler(route: Route) -> None:
64
intercepted.append(i)
65
await asyncio.sleep(0.1)
66
await route.fallback()
67
68
return
handler
69
Callers
nothing calls this directly
Calls
6
append
Method · 0.80
fallback
Method · 0.45
fulfill
Method · 0.45
get
Method · 0.45
header_value
Method · 0.45
continue_
Method · 0.45
Tested by
no test coverage detected