Function compute_bytecode_header

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

Compute the header for a .pyc file.