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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 28 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/
test_zipimport.py 28 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 62 milliseconds