MCPcopy Create free account
hub / github.com/psf/cachecontrol / delete

Method delete

cachecontrol/caches/file_cache.py:134–136  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

132 self._write(name, body)
133
134 def delete(self, key: str) -> None:
135 self._delete(key, "")
136 self._delete(key, ".body")
137
138
139def url_to_file_path(url: str, filecache: FileCache) -> str:

Callers

nothing calls this directly

Calls 1

_deleteMethod · 0.80

Tested by

no test coverage detected