MCPcopy 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_chunkMethod · 0.80
_export_harMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected