Base directory for cache files
(self)
| 73 | |
| 74 | @property |
| 75 | def cache_dir(self) -> Path: |
| 76 | """Base directory for cache files""" |
| 77 | return Path(self.responses.cache_dir) |
| 78 | |
| 79 | def paths(self) -> Iterator[Path]: |
| 80 | """Get absolute file paths to all cached responses""" |
nothing calls this directly
no outgoing calls
no test coverage detected