Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_import_module
Method
test_import_module
Lib/test/test_audit.py:334–335 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
332
self.fail(stderr)
333
334
def
test_import_module(self):
335
self.do_test(
"test_import_module"
)
336
337
def
test_builtin__import__(self):
338
self.do_test(
"test_builtin__import__"
)
Callers
nothing calls this directly
Calls
1
do_test
Method · 0.95
Tested by
no test coverage detected