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

Method setUp

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

Source from the content-addressed store, hash-verified

691
692class JoinSuite(Suite):
693 def setUp(self) -> None:
694 self.fx = TypeFixture(INVARIANT)
695 self.fx_co = TypeFixture(COVARIANT)
696 self.fx_contra = TypeFixture(CONTRAVARIANT)
697
698 def test_trivial_cases(self) -> None:
699 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