Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_relative_imports_3
Method
test_relative_imports_3
Lib/test/test_modulefinder.py:386–387 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
384
self._do_test(relative_import_test_2)
385
386
def
test_relative_imports_3(self):
387
self._do_test(relative_import_test_3)
388
389
def
test_relative_imports_4(self):
390
self._do_test(relative_import_test_4)
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected