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

Method __init__

playwright/_impl/_fetch.py:65–68  ·  view source on GitHub ↗
(self, playwright: "Playwright")

Source from the content-addressed store, hash-verified

63
64class APIRequest:
65 def __init__(self, playwright: "Playwright") -> None:
66 self.playwright = playwright
67 self._loop = playwright._loop
68 self._dispatcher_fiber = playwright._connection._dispatcher_fiber
69
70 async def new_context(
71 self,

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected