Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_import/__init__.py:355–356 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
353
importlib.invalidate_caches()
354
355
def
tearDown(self):
356
unload(TESTFN)
357
358
def
test_import_raises_ModuleNotFoundError(self):
359
with
self.assertRaises(ModuleNotFoundError):
Callers
nothing calls this directly
Calls
1
unload
Function · 0.90
Tested by
no test coverage detected