MCPcopy Create free account
hub / github.com/microsoft/playwright-python / set_is_tracing

Method set_is_tracing

playwright/_impl/_connection.py:348–352  ·  view source on GitHub ↗
(self, is_tracing: bool)

Source from the content-addressed store, hash-verified

346 self._waiting_for_object[guid] = callback
347
348 def set_is_tracing(self, is_tracing: bool) -> None:
349 if is_tracing:
350 self._tracing_count += 1
351 else:
352 self._tracing_count -= 1
353
354 def _send_message_to_server(
355 self, object: ChannelOwner, method: str, params: Dict, no_reply: bool = False

Callers 2

_reset_stack_counterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected