import_cached_package_result#
- scikitplot.cython.import_cached_package_result(key, *, cache_dir=None)[source]#
Import a cached package entry by cache key.
- Parameters:
- keystr
Cache key.
- cache_dirstr or pathlib.Path or None, default=None
Cache root override.
- Returns:
- scikitplot.cython.PackageBuildResult
Package import result.
- Raises:
- ValueError
If key does not refer to a package entry.
- Parameters:
- Return type: