dump_pyc

Function dump_pyc 

Source
pub fn dump_pyc(pyc_file: PycFile) -> Result<Vec<u8>, Error>
Expand description

Dumps a PycFile to a byte stream, writing the magic number, timestamp, hash, and the marshaled object.