MCPcopy
hub / github.com/pytest-dev/pytest / ThreadExceptionMeta

Class ThreadExceptionMeta

src/_pytest/threadexception.py:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class ThreadExceptionMeta(NamedTuple):
28 msg: str
29 cause_msg: str
30 exc_value: BaseException | None
31
32
33thread_exceptions: StashKey[collections.deque[ThreadExceptionMeta | BaseException]] = (

Callers 1

thread_exception_hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected