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