MCPcopy 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
14class PytestResult:
15 input: str
16 input_updated: str # any updates made by --update-data
17 stdout: str
18 stderr: str
19
20
21def dedent_docstring(s: str) -> str:

Callers 1

run_pytest_data_suiteFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_pytest_data_suiteFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…