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

Method setup

mypy/test/testsemanal.py:160–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 files = ["semanal-typeinfo.test"]
159
160 def setup(self) -> None:
161 super().setup()
162 self.str_conv = StrConv(options=Options())
163 self.type_str_conv = TypeStrVisitor(options=Options())
164
165 def run_case(self, testcase: DataDrivenTestCase) -> None:
166 """Perform a test case."""

Callers

nothing calls this directly

Calls 3

StrConvClass · 0.90
OptionsClass · 0.90
TypeStrVisitorClass · 0.90

Tested by

no test coverage detected