export_cached#

scikitplot.cython.export_cached(key, *, dest_dir)[source]#

Export a cache entry directory to a destination folder.

Parameters:
keystr

Cache key to export.

dest_dirstr or pathlib.Path

Destination directory.

Returns:
pathlib.Path

Exported directory path.

Parameters:
Return type:

Path