Function eval

Source
pub fn eval(
    vm: &VirtualMachine,
    source: &str,
    scope: Scope,
    source_path: &str,
) -> PyResult