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

Method __init__

tests/server.py:364–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

362
363class TestServer:
364 def __init__(self) -> None:
365 self.server = HTTPServer()
366 self.https_server = HTTPSServer()
367
368 def start(self) -> None:
369 self.server.start()

Callers

nothing calls this directly

Calls 2

HTTPServerClass · 0.85
HTTPSServerClass · 0.85

Tested by

no test coverage detected