Searched refs:pyc_ext (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_zipimport.py | 47 pyc_ext = ".pyc" variable 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 …]
|
/external/python/cpython3/Lib/test/ |
D | test_zipimport.py | 60 pyc_ext = '.pyc' variable 182 files = {TESTMOD + pyc_ext: (NOW, test_pyc)} 183 self.doTest(pyc_ext, files, TESTMOD) 187 TESTMOD + pyc_ext: (NOW, test_pyc)} 188 self.doTest(pyc_ext, files, TESTMOD) 213 TESTMOD + pyc_ext: (NOW, badmagic_pyc)} 220 files = {TESTMOD + pyc_ext: (NOW, badmagic_pyc)} 234 TESTMOD + pyc_ext: (NOW, badtime_pyc)} 239 files = {packdir + "__init__" + pyc_ext: (NOW, test_pyc), 240 packdir + TESTMOD + pyc_ext: (NOW, test_pyc)} [all …]
|