MCPcopy Create free account
hub / github.com/tox-dev/platformdirs / user_cache_dir

Method user_cache_dir

src/platformdirs/android.py:47–49  ·  view source on GitHub ↗

:returns: cache directory tied to the user, e.g.,``/data/user/ / /cache/ ``

(self)

Source from the content-addressed store, hash-verified

45
46 @property
47 def user_cache_dir(self) -> str:
48 """:returns: cache directory tied to the user, e.g.,``/data/user/<userid>/<packagename>/cache/<AppName>``"""
49 return self._append_app_name_and_version(cast("str", _android_folder()), "cache")
50
51 @property
52 def site_cache_dir(self) -> str:

Callers

nothing calls this directly

Calls 2

_android_folderFunction · 0.85

Tested by

no test coverage detected