Package Contents
__version__ = '2026.1.0'
module-attribute
get_cache_root
Create and return the path to the cache for Seagrin, supports XDG_CACHE_HOME env.
| RETURNS | DESCRIPTION |
|---|---|
Path
|
The path to the Seagrin cache folder. |
Source code in seagrin/__init__.py
| Python | |
|---|---|
9 10 11 12 13 14 15 16 17 18 | |