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

Method stop_chunk

playwright/_impl/_tracing.py:83–84  ·  view source on GitHub ↗
(self, path: Union[pathlib.Path, str] = None)

Source from the content-addressed store, hash-verified

81 )
82
83 async def stop_chunk(self, path: Union[pathlib.Path, str] = None) -> None:
84 await self._do_stop_chunk(path)
85
86 async def stop(self, path: Union[pathlib.Path, str] = None) -> None:
87 await self._do_stop_chunk(path)

Calls 1

_do_stop_chunkMethod · 0.95