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

Method on

playwright/sync_api/_generated.py:7604–7608  ·  view source on GitHub ↗

Emitted when the debugger pauses or resumes.

(
        self, event: Literal["pausedstatechanged"], f: typing.Callable[["None"], "None"]
    )

Source from the content-addressed store, hash-verified

7602
7603 @typing.overload
7604 def on(
7605 self, event: Literal["pausedstatechanged"], f: typing.Callable[["None"], "None"]
7606 ) -> None:
7607 """
7608 Emitted when the debugger pauses or resumes."""
7609
7610 @typing.overload
7611 def on(self, event: str, f: typing.Callable[..., None]) -> None: ...

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected