pyufunc.get_user_cache_dir#

pyufunc.get_user_cache_dir(app_name='pyufunc', app_author=None)#

Return the platform-specific user cache directory for an app.

Parameters:
  • app_name – Application name used to construct the directory.

  • app_author – Optional application author used on platforms that need it.

Note

Example

>>> get_user_cache_dir("pyufunc")
Returns:

User cache directory path.

Return type:

str