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/metadata/fixtures.py:52–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
class
SiteDir(Fixtures):
52
def
setUp(self):
53
super().setUp()
54
self.site_dir = self.fixtures.enter_context(tmp_path())
55
56
57
class
OnSysPath(Fixtures):
Callers
2
setUp
Method · 0.45
setUp
Method · 0.45
Calls
3
super
Class · 0.85
tmp_path
Function · 0.85
enter_context
Method · 0.80
Tested by
no test coverage detected