unpin#
- scikitplot.cython.unpin(alias, *, cache_dir=None, lock_timeout_s=60.0)[source]#
Remove an alias pin.
- Parameters:
- aliasstr
Alias to remove.
- cache_dirstr or pathlib.Path or None, default=None
Cache root. If None, uses the default cache location.
- lock_timeout_sfloat, default=60.0
Max seconds to wait for the pin registry lock.
- Returns:
- bool
True if the alias existed and was removed, otherwise False.
- Parameters:
- Return type: