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

Method _reset_stack_counter

playwright/_impl/_tracing.py:153–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 )
152
153 def _reset_stack_counter(self) -> None:
154 if self._is_tracing:
155 self._is_tracing = False
156 self._connection.set_is_tracing(False)
157
158 async def group(
159 self, name: str, location: TracingGroupLocation = None

Callers 3

_do_stop_chunkMethod · 0.95
disposeMethod · 0.80
_on_closeMethod · 0.80

Calls 1

set_is_tracingMethod · 0.80

Tested by

no test coverage detected