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

Method __init__

playwright/_impl/_page.py:1590–1593  ·  view source on GitHub ↗
(
        self, parent: ChannelOwner, type: str, guid: str, initializer: Dict
    )

Source from the content-addressed store, hash-verified

1588
1589class BindingCall(ChannelOwner):
1590 def __init__(
1591 self, parent: ChannelOwner, type: str, guid: str, initializer: Dict
1592 ) -> None:
1593 super().__init__(parent, type, guid, initializer)
1594
1595 async def call(self, func: Callable) -> None:
1596 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected