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

Method stop

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

Source from the content-addressed store, hash-verified

333 pass
334
335 def stop(self) -> None:
336 for listener in self._listeners:
337 listener.stopListening()
338 self._listeners.clear()
339
340
341class WebSocketProtocol(WebSocketServerProtocol):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected