Invalidates the cache of file data of the archive path.
(self)
| 226 | |
| 227 | |
| 228 | def invalidate_caches(self): |
| 229 | """Invalidates the cache of file data of the archive path.""" |
| 230 | _zip_directory_cache.pop(self.archive, None) |
| 231 | |
| 232 | |
| 233 | def __repr__(self): |