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