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

Method run

playwright/_impl/_transport.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68
69 @abstractmethod
70 async def run(self) -> None:
71 pass
72
73 @abstractmethod
74 def send(self, message: Dict) -> None:

Callers 2

mainFunction · 0.45
__aenter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected