Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions
pip._internal.utils.appdirs Namespace Reference

Functions

str user_cache_dir (str appname)
 
str _macos_user_config_dir (str appname, bool roaming=True)
 
str user_config_dir (str appname, bool roaming=True)
 
List[str] site_config_dirs (str appname)
 

Detailed Description

This code wraps the vendored appdirs module to so the return values are
compatible for the current pip code base.

The intention is to rewrite current usages gradually, keeping the tests pass,
and eventually drop this after all usages are changed.