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

Method stack

playwright/_impl/_errors.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42
43 @property
44 def stack(self) -> Optional[str]:
45 return self._stack
46
47
48class TimeoutError(Error):

Callers 5

_syncMethod · 0.80
_race_with_page_closeMethod · 0.80
_syncMethod · 0.80
wrap_api_callMethod · 0.80
wrap_api_call_syncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected