(paths: list[Path])
| 1236 | return dict(path=path) | _stats(cache) |
| 1237 | |
| 1238 | def _existing(paths: list[Path]) -> list[Path]: |
| 1239 | return [p for p in paths if p.exists()] |
| 1240 | |
| 1241 | def _path_candidates(subdir: str = '.') -> list[Path]: |
| 1242 | paths = set([get_cache_dir()]) |