Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __init__
Method
__init__
src/_pytest/reports.py:71–72 ·
view source on GitHub ↗
(self, **kw: Any)
Source
from the content-addressed store, hash-verified
69
outcome: Literal[
"passed"
,
"failed"
,
"skipped"
]
70
71
def
__init__(self, **kw: Any) -> None:
72
self.__dict__.update(kw)
73
74
if
TYPE_CHECKING:
75
# Can have arbitrary fields given to __init__().
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected