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

Method request_stop

playwright/_impl/_transport.py:96–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 self._stopped = False
95
96 def request_stop(self) -> None:
97 assert self._output
98 self._stopped = True
99 self._output.close()
100
101 async def wait_until_stopped(self) -> None:
102 await self._stopped_future

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected