HomeSort by relevance Sort by last modified time
    Searched refs:pyc_ext (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 47 pyc_ext = ".pyc"
49 pyc_ext = ".pyo" variable
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
145 self.doTest(pyc_ext, files, TESTMOD)
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
150 self.doTest(pyc_ext, files, TESTMOD)
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
170 files = {TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
184 TESTMOD + pyc_ext: (NOW, badtime_pyc)}
189 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 47 pyc_ext = ".pyc"
49 pyc_ext = ".pyo" variable
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
145 self.doTest(pyc_ext, files, TESTMOD)
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
150 self.doTest(pyc_ext, files, TESTMOD)
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
170 files = {TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
184 TESTMOD + pyc_ext: (NOW, badtime_pyc)}
189 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc)
    [all...]

Completed in 76 milliseconds