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:208–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
206
}
207
208
def
setUp(self):
209
super().setUp()
210
build_files(EggInfoPkg.files, prefix=self.site_dir)
211
212
213
class
EggInfoPkgPipInstalledNoToplevel(OnSysPath, SiteDir):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected