Functions:
-
get_pkg_cache_dir
–Returns a subdirectory under the user's cache directory
get_pkg_cache_dir
get_pkg_cache_dir(subdir=PKG_NAME)
Returns a subdirectory under the user's cache directory
Parameters:
-
subdir
(str
, default:PKG_NAME
) –subdirectory name
Returns:
-
str
–path to subdir in the user's cache directory
Source code in src/python_pkg_tmpl/tmpl_module.py
9 10 11 12 13 14 15 16 17 18 |
|