Enum python_packaging::bytecode::CompileMode [−][src]
pub enum CompileMode { Bytecode, PycCheckedHash, PycUncheckedHash, }
Output mode for BytecodeCompiler.
Variants
Emit just Python bytecode.
Emit .pyc header with hash verification.
Emit .pyc header with no hash verification.