( self, folder, path=None)
| 1972 | mupdf.fz_mount_multi_archive( self.this, subarch, path) |
| 1973 | |
| 1974 | def _add_dir( self, folder, path=None): |
| 1975 | sub = mupdf.fz_open_directory( folder) |
| 1976 | mupdf.fz_mount_multi_archive( self.this, sub, path) |
| 1977 | |
| 1978 | def _add_treeitem( self, memory, name, path=None): |
| 1979 | buff = JM_BufferFromBytes( memory) |