Let us walk on the 3-isogeny graph
|
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) |
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.
|
protected |
Definition at line 20 of file appdirs.py.
References i.
Referenced by pip._internal.utils.appdirs.user_config_dir().
List[str] site_config_dirs | ( | str | appname | ) |
Definition at line 43 of file appdirs.py.
References i.
str user_cache_dir | ( | str | appname | ) |
Definition at line 16 of file appdirs.py.
References i.
str user_config_dir | ( | str | appname, |
bool | roaming = True |
||
) |
Definition at line 34 of file appdirs.py.
References pip._internal.utils.appdirs._macos_user_config_dir(), and i.