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