Skip to main content

call_python_function_with_args

Function call_python_function_with_args 

Source
pub fn call_python_function_with_args(
    module: &str,
    func: &str,
    args: Vec<Value>,
) -> Result<Value, String>