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

Method server_addr

playwright/_impl/_fetch.py:565–566  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

563 return self._initializer.get("securityDetails") or None
564
565 async def server_addr(self) -> Optional[RemoteAddr]:
566 return self._initializer.get("serverAddr") or None
567
568 async def dispose(self) -> None:
569 await self._request._channel.send(

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected