Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ dispose
Method
dispose
playwright/_impl/_json_pipe.py:41–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self._pipe_channel.send_no_reply(
"close"
, None, {})
40
41
def
dispose(self) -> None:
42
self.on_error_future.cancel()
43
self._stopped_future.cancel()
44
45
async
def
wait_until_stopped(self) -> None:
46
await self._stopped_future
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected