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

Function handle

tests/async/test_unroute_behavior.py:463–466  ·  view source on GitHub ↗
(route: Route)

Source from the content-addressed store, hash-verified

461 route_future: "asyncio.Future[Route]" = asyncio.Future()
462
463 async def handle(route: Route) -> None:
464 route_future.set_result(route)
465 await asyncio.sleep(3)
466 await route.fulfill(status=200)
467
468 async def _evaluate_ignore_exceptions() -> None:
469 try:

Callers

nothing calls this directly

Calls 1

fulfillMethod · 0.45

Tested by

no test coverage detected