Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __init__
Method
__init__
src/_pytest/pytester.py:235–237 ·
view source on GitHub ↗
(self, name: str, kwargs)
Source
from the content-addressed store, hash-verified
233
""
"
234
235
def
__init__(self, name: str, kwargs) -> None:
236
self.__dict__.update(kwargs)
237
self._name = name
238
239
def
__repr__(self) -> str:
240
d = self.__dict__.copy()
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected