Provides interface consistency with |ZipFileSystem|, but does nothing, a directory file system doesn't need closing.
(self)
| 49 | return blob |
| 50 | |
| 51 | def close(self): |
| 52 | """Provides interface consistency with |ZipFileSystem|, but does nothing, a |
| 53 | directory file system doesn't need closing.""" |
| 54 | pass |
| 55 | |
| 56 | @property |
| 57 | def content_types_xml(self): |
no outgoing calls