list_pins#

scikitplot.cython.list_pins(cache_dir=None)[source]#

List the current alias→key mappings.

Parameters:
cache_dirstr or pathlib.Path or None, default=None

Cache root. If None, uses the default cache location.

Returns:
dict[str, str]

Mapping of alias to cache key. Returned mapping is a copy and can be mutated by the caller safely.

Parameters:

cache_dir (str | Path | None)

Return type:

dict[str, str]