Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tfunc_import
Function
tfunc_import
Lib/test/test_bdb.py:560–562 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
558
TEST_MODULE =
'test_module_for_bdb'
559
TEST_MODULE_FNAME = TEST_MODULE +
'.py'
560
def
tfunc_import():
561
import
test_module_for_bdb
562
test_module_for_bdb.main()
563
564
def
tfunc_main():
565
lno = 2
Callers
nothing calls this directly
Calls
1
main
Method · 0.45
Tested by
no test coverage detected