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

Method once

playwright/sync_api/_generated.py:7617–7621  ·  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

7615
7616 @typing.overload
7617 def once(
7618 self, event: Literal["pausedstatechanged"], f: typing.Callable[["None"], "None"]
7619 ) -> None:
7620 """
7621 Emitted when the debugger pauses or resumes."""
7622
7623 @typing.overload
7624 def once(self, event: str, f: typing.Callable[..., None]) -> None: ...

Callers

nothing calls this directly

Calls 1

onceMethod · 0.45

Tested by

no test coverage detected