Home
last modified time | relevance | path

Searched refs:test_co (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_importhooks.py24 test_co = compile(test_src, "<???>", "exec") variable
39 "hooktestmodule": (False, test_co),
40 "hooktestpackage": (True, test_co),
41 "hooktestpackage.sub": (True, test_co),
42 "hooktestpackage.sub.subber": (True, test_co),
48 "sub": (False, test_co),
49 "reloadmodule": (False, test_co),
178 TestImporter.modules['reloadmodule'] = (False, test_co)
Dtest_zipimport.py10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
43 test_pyc = make_pyc(test_co, NOW)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py31 test_co = compile(test_src, "<???>", "exec") variable
50 test_pyc = make_pyc(test_co, NOW, len(test_src))