MCPcopy Create free account
hub / github.com/python/mypy / run_stubtest

Function run_stubtest

mypy/test/teststubtest.py:220–223  ·  view source on GitHub ↗
(
    stub: str, runtime: str, options: list[str], config_file: str | None = None
)

Source from the content-addressed store, hash-verified

218
219
220def run_stubtest(
221 stub: str, runtime: str, options: list[str], config_file: str | None = None
222) -> str:
223 return run_stubtest_with_stderr(stub, runtime, options, config_file)[0]
224
225
226class Case:

Callers 8

testFunction · 0.85
test_outputMethod · 0.85
test_ignore_flagsMethod · 0.85
test_allowlistMethod · 0.85
test_mypy_buildMethod · 0.85
test_config_fileMethod · 0.85

Calls 1

run_stubtest_with_stderrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…