(self)
| 1194 | ) |
| 1195 | |
| 1196 | def close(self): |
| 1197 | self.log_instrumentation() |
| 1198 | self.cache.clear() |
| 1199 | shutil.rmtree(self.basedir) |
| 1200 | |
| 1201 | def get_many(self, keys, read_data=True, raise_missing=True, cache=True): |
| 1202 | # It could use different cache keys depending on read_data and cache full vs. meta-only chunks. |
no test coverage detected