[][src]Function rustpython_compiler::compile::compile_program

pub fn compile_program(
    ast: Program,
    source_path: String,
    optimize: u8
) -> Result<CodeObject, CompileError>

Compile a standard Python program to bytecode

Morty Proxy This is a proxified and sanitized view of the page, visit original site.