MCPcopy 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
38def _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
44def get_cache_dir():

Callers 3

get_cache_dirFunction · 0.85
convertFunction · 0.85
_clean_conversion_cacheFunction · 0.85

Calls 1

PathClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…