clear_psi_cache#
- clear_psi_cache(dry_run=True, prompt=True)#
Delete cached data files downloaded by the
fetch_*helpers.Removes the
poochcache directories used byFETCHER— the default OS cache and thePSI_DATA_CACHEoverride when set. Directories that do not exist are skipped.- Parameters:
See also
pooch.os_cacheResolves the platform-specific cache directory.
Examples
>>> from psi_data import clear_psi_cache >>> clear_psi_cache(dry_run=True) [dry-run] Would remove cache directory: ...