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

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

Compile a single Python expression to bytecode