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

Method trace_discarded

playwright/_impl/_local_utils.py:71–72  ·  view source on GitHub ↗
(self, stacks_id: str)

Source from the content-addressed store, hash-verified

69 return await self._channel.send("tracingStarted", None, params)
70
71 async def trace_discarded(self, stacks_id: str) -> None:
72 return await self._channel.send("traceDiscarded", None, {"stacksId": stacks_id})
73
74 def add_stack_to_tracing_no_reply(self, id: int, frames: List[StackFrame]) -> None:
75 self._channel.send_no_reply(

Callers 1

_do_stop_chunkMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected