fetch
fetch(
     name: pathlib.Path | str[Path, str] ,
     **kwargs ,
 )-> ‘Path’
Fetch a data file from the registry.
Parameters
| Parameter | Description | 
|---|---|
| name | The name of the file to fetch. Must be in the data registry or a path which exists. | 
| kwargs | Left for compatibility reasons. | 
Returns
A path to the downloaded file.
