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

Method _inner

playwright/_impl/_network.py:514–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 overrides = cast(FallbackOverrideParameters, locals_to_params(locals()))
513
514 async def _inner() -> None:
515 self.request._apply_fallback_overrides(overrides)
516 await self._inner_continue(False)
517
518 return await self._handle_route(_inner)
519

Callers

nothing calls this directly

Calls 2

_inner_continueMethod · 0.95

Tested by

no test coverage detected