MCPcopy 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
251def modules_setup():
252 return sys.modules.copy(),
253
254
255def modules_cleanup(oldmodules):

Callers 1

isolated_modulesFunction · 0.85

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected