argopy.utils.lscache#
- lscache(cache_path: str = '', prt=True, errors='raise')[source]#
Decode and list cache folder content
- Parameters:
cache_path (str)
prt (bool, default=True) β Return a printable string or a
pandas.DataFrameerrors (str, default:
raise) βDefine how to handle errors raised during listing:
raise(default): Raise any error encounteredignore: Do not stop processing, simply issue a debug message in logging consolesilent: Do not stop processing and do not issue log message
- Return type:
str or
pandas.DataFrame