[][src]Function rustpython_compiler::compile::compile_statement_eval

pub fn compile_statement_eval(
    statement: Vec<Statement>,
    source_path: String,
    optimize: u8
) -> Result<CodeObject, CompileError>

Compile a single Python expression to bytecode