Skip to main content

exec_python_code

Function exec_python_code 

Source
pub fn exec_python_code(
    code: &str,
    locals: Option<HashMap<String, Py<PyAny>>>,
) -> Result<()>
Expand description

Execute Python code without returning a value