pub fn exec_python_code( code: &str, locals: Option<HashMap<String, Py<PyAny>>>, ) -> Result<()>
Execute Python code without returning a value