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

Method _timeout

playwright/_impl/_frame.py:328–332  ·  view source on GitHub ↗
(self, timeout: Optional[float])

Source from the content-addressed store, hash-verified

326 await waiter.result()
327
328 def _timeout(self, timeout: Optional[float]) -> float:
329 timeout_settings = (
330 self._page._timeout_settings if self._page else TimeoutSettings(None)
331 )
332 return timeout_settings.timeout(timeout)
333
334 def _navigation_timeout(self, timeout: Optional[float]) -> float:
335 timeout_settings = (

Callers 3

set_input_filesMethod · 0.95
_dropMethod · 0.95
_with_elementMethod · 0.80

Calls 2

TimeoutSettingsClass · 0.90
timeoutMethod · 0.80

Tested by

no test coverage detected