mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45:57 +08:00
@@ -127,8 +127,10 @@ cache_directory = os.path.expanduser(_cache_directory)
|
|||||||
"""
|
"""
|
||||||
The path where all the caches can be found.
|
The path where all the caches can be found.
|
||||||
|
|
||||||
On Linux, this defaults to ``~/.cache/jedi/``, on OS X to ``~/.jedi/`` and on
|
On Linux, this defaults to ``~/.cache/jedi/``, on OS X to
|
||||||
Windows to ``%APPDATA%\\Jedi\\Jedi\\``.
|
``~/Library/Caches/Jedi/`` and on Windows to ``%APPDATA%\\Jedi\\Jedi\\``.
|
||||||
|
On Linux, if environment variable ``$XDG_CACHE_HOME`` is set,
|
||||||
|
``$XDG_CACHE_HOME/jedi`` is used instead of the default one.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# ----------------
|
# ----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user