Skip to main content

call

Function call 

Source
pub fn call<T>(
    module_name: &str,
    func_name: &str,
    args: impl IntoPy<Py<PyAny>>,
) -> Result<T>
where T: for<'py> FromPyObject<'py>,
Expand description

Call a Python function by module and function name