Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ _handler1
Function
_handler1
tests/async/test_unroute_behavior.py:28–31 ·
view source on GitHub ↗
(route: Route)
Source
from the content-addressed store, hash-verified
26
second_handler_called = False
27
28
async
def
_handler1(route: Route) -> None:
29
nonlocal second_handler_called
30
second_handler_called = True
31
await route.continue_()
32
33
await context.route(
34
re.compile(
".*"
),
Callers
nothing calls this directly
Calls
2
continue_
Method · 0.45
abort
Method · 0.45
Tested by
no test coverage detected