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

Method setUp

mypy/test/testsolve.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class SolveSuite(Suite):
13 def setUp(self) -> None:
14 self.fx = TypeFixture()
15
16 def test_empty_input(self) -> None:
17 self.assert_solve([], [], [])

Callers

nothing calls this directly

Calls 1

TypeFixtureClass · 0.90

Tested by

no test coverage detected