pub fn call<T>( module_name: &str, func_name: &str, args: impl IntoPy<Py<PyAny>>, ) -> Result<T>where T: for<'py> FromPyObject<'py>,
Call a Python function by module and function name