(self, playwright: "Playwright")
| 63 | |
| 64 | class 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, |