Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_importlib/fixtures.py:141–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
139
}
140
141
def
setUp(self):
142
super().setUp()
143
build_files(DistInfoPkgWithDot.files, self.site_dir)
144
145
146
class
DistInfoPkgWithDotLegacy(OnSysPath, SiteDir):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected