do_run

Function do_run 

Source
fn do_run<T>(
    methods: Arc<dyn RuntimeMethods>,
    args: Value,
    f: impl FnOnce(Python<'_>) -> Result<T, PyErr>,
) -> Result<T, PyErr>