MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _add_arch

Method _add_arch

src/__init__.py:1971–1972  ·  view source on GitHub ↗
( self, subarch, path=None)

Source from the content-addressed store, hash-verified

1969 return f'Archive, sub-archives: {len(self._subarchives)}'
1970
1971 def _add_arch( self, subarch, 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)

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected