Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ PytestResult
Class
PytestResult
mypy/test/meta/_pytest.py:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
@dataclass
14
class
PytestResult:
15
input: str
16
input_updated: str
# any updates made by --update-data
17
stdout: str
18
stderr: str
19
20
21
def
dedent_docstring(s: str) -> str:
Callers
1
run_pytest_data_suite
Function · 0.85
Calls
no outgoing calls
Tested by
1
run_pytest_data_suite
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…