Searched refs:get_pyc (Results 1 – 1 of 1) sorted by relevance
35 def get_pyc(script, opt): function43 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)