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

Method request_stop

playwright/_impl/_json_pipe.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self._pipe_channel = pipe_channel
36
37 def request_stop(self) -> None:
38 self._stop_requested = True
39 self._pipe_channel.send_no_reply("close", None, {})
40
41 def dispose(self) -> None:
42 self.on_error_future.cancel()

Callers

nothing calls this directly

Calls 1

send_no_replyMethod · 0.80

Tested by

no test coverage detected