Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
class
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
TypeFixture
Class · 0.90
Tested by
no test coverage detected