Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ _on_close
Method
_on_close
playwright/_impl/_network.py:1023–1025 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1021
return
self._is_closed
1022
1023
def
_on_close(self) -> None:
1024
self._is_closed = True
1025
self.emit(WebSocket.Events.Close, self)
1026
1027
1028
class
RawHeaders:
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected