(self)
| 854 | ) |
| 855 | |
| 856 | def close(self): |
| 857 | self.log_instrumentation() |
| 858 | self.cache.clear() |
| 859 | shutil.rmtree(self.basedir) |
| 860 | |
| 861 | def get_many(self, keys, read_data=True, cache=True, raise_missing=True): |
| 862 | # It could use different cache keys depending on read_data and cache full vs. meta-only chunks. |
no test coverage detected