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

Method setUp

mypy/test/testtypes.py:1137–1138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1135
1136class MeetSuite(Suite):
1137 def setUp(self) -> None:
1138 self.fx = TypeFixture()
1139
1140 def test_trivial_cases(self) -> None:
1141 for simple in self.fx.a, self.fx.o, self.fx.b:

Callers

nothing calls this directly

Calls 1

TypeFixtureClass · 0.90

Tested by

no test coverage detected