Searched refs:make_pyc (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
D | test_zipimport.py | 38 def make_pyc(co, mtime, size): function 49 test_pyc = make_pyc(test_co, NOW, len(test_src)) 257 twenty_thirty_eight_pyc = make_pyc(test_co, 2**32 - 1, len(test_src)) 640 pyc = make_pyc(compile(src, "<???>", "exec"), NOW, len(src)) 673 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW, len(test_src))
|