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

Method setUp

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

Source from the content-addressed store, hash-verified

1396
1397class SameTypeSuite(Suite):
1398 def setUp(self) -> None:
1399 self.fx = TypeFixture()
1400
1401 def test_literal_type(self) -> None:
1402 a = self.fx.a

Callers

nothing calls this directly

Calls 1

TypeFixtureClass · 0.90

Tested by

no test coverage detected