Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_importhooks.py15 absimp = "import sub\n" variable
27 test2_oldabs_co = compile(absimp + test_src, "<???>", "exec")
28 test2_newabs_co = compile(futimp + absimp + test_src, "<???>", "exec")