Close the zip archive, releasing any resources it is using.
(self)
| 83 | return self._zipf.read(pack_uri.membername) |
| 84 | |
| 85 | def close(self): |
| 86 | """Close the zip archive, releasing any resources it is using.""" |
| 87 | self._zipf.close() |
| 88 | |
| 89 | @property |
| 90 | def content_types_xml(self): |