Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_zipimport.py28 def make_pyc(co, mtime): function
43 test_pyc = make_pyc(test_co, NOW)
306 pyc = make_pyc(compile(src, "<???>", "exec"), NOW)
326 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_zipimport.py38 def make_pyc(co, mtime, size): function
49 test_pyc = make_pyc(test_co, NOW, len(test_src))
258 twenty_thirty_eight_pyc = make_pyc(test_co, 2**32 - 1, len(test_src))
641 pyc = make_pyc(compile(src, "<???>", "exec"), NOW, len(src))
677 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW, len(test_src))