Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ reset
Method
reset
tests/server.py:380–382 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
self.thread.join()
379
380
def
reset(self) -> None:
381
self.server.reset()
382
self.https_server.reset()
383
384
385
test_server = TestServer()
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected