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

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

Compile a standard Python program to bytecode