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

Method stop

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

Source from the content-addressed store, hash-verified

300 pass
301
302 def stop(self) -> None:
303 for listener in self._listeners:
304 listener.stopListening()
305 self._listeners.clear()
306
307
308class HTTPSServer(Server):

Calls 1

clearMethod · 0.45