Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ UnraisableMeta
Class
UnraisableMeta
src/_pytest/unraisableexception.py:36–39 · src/_pytest/unraisableexception.py::UnraisableMeta
Source
from the content-addressed store, hash-verified
34
35
36
class
UnraisableMeta(NamedTuple):
37
msg: str
38
cause_msg: str
39
exc_value: BaseException | None
40
41
42
unraisable_exceptions: StashKey[collections.deque[UnraisableMeta | BaseException]] = (
Callers
1
unraisable_hook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected