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

Method _add_dir

src/__init__.py:1974–1976  ·  view source on GitHub ↗
( self, folder, path=None)

Source from the content-addressed store, hash-verified

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)

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected