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

Method stop

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

Source from the content-addressed store, hash-verified

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)
88 await self._channel.send(
89 "tracingStop",
90 None,
91 )
92
93 async def _do_stop_chunk(self, file_path: Union[pathlib.Path, str] = None) -> None:
94 self._reset_stack_counter()

Callers 2

_unroute_internalMethod · 0.45
_unroute_internalMethod · 0.45

Calls 2

_do_stop_chunkMethod · 0.95
sendMethod · 0.45

Tested by

no test coverage detected