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

Method __init__

playwright/_impl/_connection.py:246–247  ·  view source on GitHub ↗
(self, connection: "Connection")

Source from the content-addressed store, hash-verified

244
245class RootChannelOwner(ChannelOwner):
246 def __init__(self, connection: "Connection") -> None:
247 super().__init__(connection, "Root", "", {})
248
249 async def initialize(self) -> "Playwright":
250 return from_channel(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected