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:84–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
sys.path.remove(str(dir))
83
84
def
setUp(self):
85
super().setUp()
86
self.fixtures.enter_context(self.add_sys_path(self.site_dir))
87
88
89
class
DistInfoPkg(OnSysPath, SiteDir):
Callers
nothing calls this directly
Calls
4
add_sys_path
Method · 0.95
super
Class · 0.85
enter_context
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected