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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A 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)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A 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)

Completed in 82 milliseconds