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

Method setUp

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

Source from the content-addressed store, hash-verified

1481
1482class ShallowOverloadMatchingSuite(Suite):
1483 def setUp(self) -> None:
1484 self.fx = TypeFixture()
1485
1486 def test_simple(self) -> None:
1487 fx = self.fx

Callers

nothing calls this directly

Calls 1

TypeFixtureClass · 0.90

Tested by

no test coverage detected