Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_relative_imports
Method
test_relative_imports
Lib/test/test_modulefinder.py:365–366 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
363
self._do_test(absolute_import_test)
364
365
def
test_relative_imports(self):
366
self._do_test(relative_import_test)
367
368
def
test_relative_imports_2(self):
369
self._do_test(relative_import_test_2)
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected