Home | History | Annotate | Download | only in Lib

Lines Matching refs:py_compile

2021             import py_compile
2025 py_compile.compile(file, doraise=True, optimize=optimize)
2026 except py_compile.PyCompileError as err: