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

Class RouteHandlerInvocation

playwright/_impl/_helper.py:394–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393
394class RouteHandlerInvocation:
395 complete: "asyncio.Future"
396 route: "Route"
397
398 def __init__(self, complete: "asyncio.Future", route: "Route") -> None:
399 self.complete = complete
400 self.route = route
401
402
403class RouteHandler:

Callers 1

handleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected