Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ setup
Method
setup
mypy/test/data.py:778–780 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
776
)
777
778
def
setup(self) -> None:
779
super().setup()
780
self._fixes = []
781
782
def
teardown(self) -> None:
783
super().teardown()
Callers
nothing calls this directly
Calls
1
setup
Method · 0.45
Tested by
no test coverage detected