Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
363
class
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
HTTPServer
Class · 0.85
HTTPSServer
Class · 0.85
Tested by
no test coverage detected