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

Function _handler

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

Source from the content-addressed store, hash-verified

229 method = []
230
231 def _handler(route: Route) -> None:
232 method.append(route.request.method)
233 asyncio.create_task(route.continue_())
234
235 await page.route("**/*", _handler)
236 await page.route(

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
continue_Method · 0.45

Tested by

no test coverage detected