Invalidates the cache of file data of the archive path.
(self)
| 277 | |
| 278 | |
| 279 | def invalidate_caches(self): |
| 280 | """Invalidates the cache of file data of the archive path.""" |
| 281 | _zip_directory_cache.pop(self.archive, None) |
| 282 | |
| 283 | |
| 284 | def __repr__(self): |