MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / EmptyFileError

Class EmptyFileError

src/__init__.py:17703–17705  ·  view source on GitHub ↗

Raised when creating documents from zero-length data.

Source from the content-addressed store, hash-verified

17701 pass
17702
17703class EmptyFileError(FileDataError):
17704 """Raised when creating documents from zero-length data."""
17705 pass
17706
17707# propagate exception class to C-level code
17708#_set_FileDataError(FileDataError)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…