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

Method setUp

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

Source from the content-addressed store, hash-verified

226
227class TypeOpsSuite(Suite):
228 def setUp(self) -> None:
229 self.fx = TypeFixture(INVARIANT)
230 self.fx_co = TypeFixture(COVARIANT)
231 self.fx_contra = TypeFixture(CONTRAVARIANT)
232
233 # expand_type
234

Callers

nothing calls this directly

Calls 1

TypeFixtureClass · 0.90

Tested by

no test coverage detected