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

Method run_case

mypy/test/testtransform.py:28–29  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

26 native_sep = True
27
28 def run_case(self, testcase: DataDrivenTestCase) -> None:
29 test_transform(testcase)
30
31
32def test_transform(testcase: DataDrivenTestCase) -> None:

Callers

nothing calls this directly

Calls 1

test_transformFunction · 0.85

Tested by

no test coverage detected