Skip to main content

call_python_function

Function call_python_function 

Source
pub fn call_python_function(
    module: &str,
    func: &str,
    arg: Value,
) -> Result<Value, String>