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

Class FileNotFoundError

src/__init__.py:17699–17701  ·  view source on GitHub ↗

Raised if file does not exist.

Source from the content-addressed store, hash-verified

17697 pass
17698
17699class FileNotFoundError(RuntimeError):
17700 """Raised if file does not exist."""
17701 pass
17702
17703class EmptyFileError(FileDataError):
17704 """Raised when creating documents from zero-length data."""

Callers 3

__init__Method · 0.85
insert_imageMethod · 0.85
insert_imageFunction · 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…