iter_cache_entries#

scikitplot.cython.iter_cache_entries(cache_dir)[source]#

List module cache entries found under the cache directory.

Package builds (kind == 'package') are excluded; use iter_package_entries for those.

Parameters:
cache_dirstr or pathlib.Path or None

Cache root. If None, resolves to default.

Returns:
list[CacheEntry]

Entries with discovered artifacts.

Parameters:

cache_dir (str | Path | None)

Return type:

list[CacheEntry]