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

Function test_4614

tests/test_4614.py:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def test_4614():
6 script_dir = os.path.dirname(__file__)
7 filename = os.path.join(script_dir, "resources", "test_4614.pdf")
8 src = pymupdf.open(filename)
9 doc = pymupdf.open()
10 doc.insert_pdf(src)

Callers

nothing calls this directly

Calls 1

insert_pdfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…