Function rustpython_compiler::compile

source ยท
pub fn compile(
    source: &str,
    mode: Mode,
    source_path: String,
    opts: CompileOpts,
) -> Result<CodeObject, CompileError>
Expand description

Compile a given source code into a bytecode object.