MCPcopy
hub / github.com/pytest-dev/pytest / _getvaluepath

Method _getvaluepath

src/_pytest/cacheprovider.py:184–185  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

182 return res
183
184 def _getvaluepath(self, key: str) -> Path:
185 return self._cachedir.joinpath(self._CACHE_PREFIX_VALUES, Path(key))
186
187 def get(self, key: str, default):
188 """Return the cached value for the given key.

Callers 3

getMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by 1