import_cached_result#

scikitplot.cython.import_cached_result(key, *, cache_dir=None)[source]#

Import a cached module entry by cache key.

Parameters:
keystr

Cache key.

cache_dirstr or pathlib.Path or None, default=None

Cache root override.

Returns:
scikitplot.cython.BuildResult

Import result (used_cache=True).

Raises:
ValueError

If key refers to a package entry.

Parameters:
Return type:

BuildResult