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; useiter_package_entriesfor those.- Parameters:
- cache_dirstr or pathlib.Path or None
Cache root. If None, resolves to default.
- Returns:
- list[CacheEntry]
Entries with discovered artifacts.
- Parameters:
- Return type: