Function python_packaging::bytecode::compute_bytecode_header[][src]

pub fn compute_bytecode_header(
    magic_number: u32,
    mode: BytecodeHeaderMode
) -> Result<Vec<u8>>

Compute the header for a .pyc file.