Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _get_cache_path
Function
_get_cache_path
lib/matplotlib/testing/compare.py:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
38
def
_get_cache_path():
39
cache_dir = Path(mpl.get_cachedir(),
'test_cache'
)
40
cache_dir.mkdir(parents=True, exist_ok=True)
41
return
cache_dir
42
43
44
def
get_cache_dir():
Callers
3
get_cache_dir
Function · 0.85
convert
Function · 0.85
_clean_conversion_cache
Function · 0.85
Calls
1
Path
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…