Searched defs:test_source (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_imp.py45 def test_source(self): member in class:ReloadTests
H A Dtest_runpy.py25 test_source = ( variable in class:RunModuleCodeTest
44 d = _run_code(self.test_source, {})
62 d2 = _run_module_code(self.test_source,
288 test_source = """\
311 source = self.test_source
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_imp.py45 def test_source(self): member in class:ReloadTests
H A Dtest_runpy.py25 test_source = ( variable in class:RunModuleCodeTest
44 d = _run_code(self.test_source, {})
62 d2 = _run_module_code(self.test_source,
288 test_source = """\
311 source = self.test_source

Completed in 108 milliseconds