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

Method request

playwright/_impl/_network.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363
364 @property
365 def request(self) -> Request:
366 return from_channel(self._initializer["request"])
367
368 async def abort(self, errorCode: str = None) -> None:
369 await self._handle_route(

Callers

nothing calls this directly

Calls 1

from_channelFunction · 0.90

Tested by

no test coverage detected