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

pub fn compile(
    source: &str,
    mode: &Mode,
    source_path: String
) -> Result<CodeObject, CompileError>

Compile a given sourcecode into a bytecode object.