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

Method once

playwright/sync_api/_generated.py:13996–14000  ·  view source on GitHub ↗

This event is not emitted.

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

Source from the content-addressed store, hash-verified

13994
13995 @typing.overload
13996 def once(
13997 self, event: Literal["backgroundpage"], f: typing.Callable[["Page"], "None"]
13998 ) -> None:
13999 """
14000 This event is not emitted."""
14001
14002 @typing.overload
14003 def once(

Callers 1

__init__Method · 0.95

Calls 1

onceMethod · 0.45

Tested by

no test coverage detected