Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/playwright-python
/ reject
Method
reject
playwright/_impl/_waiter.py:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
return
84
85
async
def
reject() -> None:
86
await asyncio.sleep(timeout / 1000)
87
self._reject(TimeoutError(message))
88
89
self._pending_tasks.append(self._loop.create_task(reject()))
90
Callers
nothing calls this directly
Calls
2
_reject
Method · 0.95
TimeoutError
Class · 0.90
Tested by
no test coverage detected