Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ zip
Method
zip
playwright/_impl/_local_utils.py:33–34 ·
view source on GitHub ↗
(self, params: Dict)
Source
from the content-addressed store, hash-verified
31
}
32
33
async
def
zip(self, params: Dict) -> None:
34
await self._channel.send(
"zip"
, None, params)
35
36
async
def
har_open(self, file: str) -> None:
37
params = locals_to_params(locals())
Callers
2
_do_stop_chunk
Method · 0.80
_export_har
Method · 0.80
Calls
1
send
Method · 0.45
Tested by
no test coverage detected