Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_compileall.py35 def get_pyc(script, opt): function
43 return [get_pyc(script, opt) for opt in (0, 1, 2)]
1038 pyc1 = get_pyc(script, opts[0])
1039 pyc2 = get_pyc(script, opts[1])
1050 pyc1 = get_pyc(script, 0)
1051 pyc2 = get_pyc(script, 1)