py_compile
py_compile — Compile Python source files
Source code: Lib/py_compile.py
The py_compile
module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a script.
Though not often needed, this function can be useful when installing modules for shared use, especially if some of the users may not have permission to write the byte-code cache files in the directory containing the source code.
-
exception py_compile.PyCompileError
-
Exception