MCPcopy Index your code
hub / github.com/python/cpython / tfunc_import

Function tfunc_import

Lib/test/test_bdb.py:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558TEST_MODULE = 'test_module_for_bdb'
559TEST_MODULE_FNAME = TEST_MODULE + '.py'
560def tfunc_import():
561 import test_module_for_bdb
562 test_module_for_bdb.main()
563
564def tfunc_main():
565 lno = 2

Callers

nothing calls this directly

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…