HomeSort by relevance Sort by last modified time
    Searched full:test_co (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 24 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)
test_zipimport.py 10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
43 test_pyc = make_pyc(test_co, NOW)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importhooks.py 24 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)
test_zipimport.py 10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
43 test_pyc = make_pyc(test_co, NOW)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 24 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)
test_zipimport.py 10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
43 test_pyc = make_pyc(test_co, NOW)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 24 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)
test_zipimport.py 10 from test.test_importhooks import ImportHooksBaseTestCase, test_src, test_co
43 test_pyc = make_pyc(test_co, NOW)

Completed in 572 milliseconds