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.DataFrame

  • errors (str, default: raise) –

    Define how to handle errors raised during listing:

    • raise (default): Raise any error encountered

    • ignore: Do not stop processing, simply issue a debug message in logging console

    • silent: Do not stop processing and do not issue log message

Return type:

str or pandas.DataFrame