Home
last modified time | relevance | path

Searched defs:test_co (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_importhooks.py24 test_co = compile(test_src, "<???>", "exec") variable
/external/python/cpython3/Lib/test/
Dtest_zipimport.py31 test_co = compile(test_src, "<???>", "exec") variable