MCPcopy Create free account
hub / github.com/pytest-dev/pytest / _getvaluepath

Method _getvaluepath

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

Source from the content-addressed store, hash-verified

141 return res
142
143 def _getvaluepath(self, key: str) -> Path:
144 return self._cachedir.joinpath(self._CACHE_PREFIX_VALUES, Path(key))
145
146 def get(self, key: str, default):
147 """Return the cached value for the given key.

Callers 3

getMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by 1