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

Function _timeout

tests/async/test_har.py:797–799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 )
796
797 async def _timeout() -> str:
798 await asyncio.sleep(1)
799 return "timeout"
800
801 done, _ = await asyncio.wait(
802 [eval_task, asyncio.create_task(_timeout())],

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected