Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unload
Function
unload
Lib/test/support/import_helper.py:33–37 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
31
32
33
def
unload(name):
34
try
:
35
del sys.modules[name]
36
except
KeyError:
37
pass
38
39
40
def
forget(modname):
Callers
15
_check_module
Method · 0.90
_check_package
Method · 0.90
_check_relative_imports
Method · 0.90
test_file_parse
Method · 0.90
tearDown
Method · 0.90
test_double_const
Method · 0.90
test_failing_reload
Method · 0.90
test_filter_syntax_warnings_by_module
Method · 0.90
test_pyc_always_writable
Method · 0.90
tearDown
Method · 0.90
test_trailing_slash
Method · 0.90
test_UNC_path
Method · 0.90
Calls
no outgoing calls
Tested by
12
_check_module
Method · 0.72
_check_package
Method · 0.72
_check_relative_imports
Method · 0.72
test_file_parse
Method · 0.72
test_double_const
Method · 0.72
test_failing_reload
Method · 0.72
test_filter_syntax_warnings_by_module
Method · 0.72
test_pyc_always_writable
Method · 0.72
test_trailing_slash
Method · 0.72
test_UNC_path
Method · 0.72
test_missing_source_legacy
Method · 0.72
test_recompute_pyc_same_second
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…