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

Method _report_handled

playwright/_impl/_network.py:351–355  ·  view source on GitHub ↗
(self, done: bool)

Source from the content-addressed store, hash-verified

349 return self._handling_future
350
351 def _report_handled(self, done: bool) -> None:
352 chain = self._handling_future
353 assert chain
354 self._handling_future = None
355 chain.set_result(done)
356
357 def _check_not_handled(self) -> None:
358 if not self._handling_future:

Callers 2

_handle_routeMethod · 0.95
fallbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected