MCPcopy Create free account
hub / github.com/requests-cache/requests-cache / db_path

Method db_path

requests_cache/backends/sqlite.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69
70 @property
71 def db_path(self) -> StrOrPath:
72 return self.responses.db_path
73
74 def clear(self):
75 """Delete all items from the cache. If this fails due to a corrupted cache or other I/O

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected