Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ modules_setup
Function
modules_setup
Lib/test/support/import_helper.py:251–252 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
250
251
def
modules_setup():
252
return
sys.modules.copy(),
253
254
255
def
modules_cleanup(oldmodules):
Callers
1
isolated_modules
Function · 0.85
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected