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

Method _start_handling

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

Source from the content-addressed store, hash-verified

345 self._did_throw = False
346
347 def _start_handling(self) -> "asyncio.Future[bool]":
348 self._handling_future = asyncio.Future()
349 return self._handling_future
350
351 def _report_handled(self, done: bool) -> None:
352 chain = self._handling_future

Callers 1

_handle_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected