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:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
class
SiteDir(Fixtures):
69
def
setUp(self):
70
super().setUp()
71
self.site_dir = self.fixtures.enter_context(tempdir())
72
73
74
class
OnSysPath(Fixtures):
Callers
10
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
3
super
Class · 0.85
tempdir
Function · 0.85
enter_context
Method · 0.80
Tested by
no test coverage detected