MCPcopy Index your code
hub / github.com/python/mypy / run_case

Method run_case

mypy/test/testpythoneval.py:37–38  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

35 cache_dir = TemporaryDirectory()
36
37 def run_case(self, testcase: DataDrivenTestCase) -> None:
38 test_python_evaluation(testcase, os.path.join(self.cache_dir.name, ".mypy_cache"))
39
40
41def test_python_evaluation(testcase: DataDrivenTestCase, cache_dir: str) -> None:

Callers

nothing calls this directly

Calls 2

test_python_evaluationFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected