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

Method run_case

mypy/test/testpep561.py:26–27  ·  view source on GitHub ↗
(self, testcase: DataDrivenTestCase)

Source from the content-addressed store, hash-verified

24 base_path = "."
25
26 def run_case(self, testcase: DataDrivenTestCase) -> None:
27 test_pep561(testcase)
28
29
30@contextmanager

Callers

nothing calls this directly

Calls 1

test_pep561Function · 0.85

Tested by

no test coverage detected