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

Function _test_insert_adobe

tests/test_insertpdf.py:121–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120
121def _test_insert_adobe():
122 path = os.path.abspath( f'{__file__}/../../../PyMuPDF-performance/adobe.pdf')
123 if not os.path.exists(path):
124 print(f'Not running test_insert_adobe() because does not exist: {os.path.relpath(path)}')
125 return
126 a = pymupdf.Document()
127 b = pymupdf.Document(path)
128 a.insert_pdf(b)
129
130
131def _2861_2871_merge_pdf(content: bytes, coverpage: bytes):

Callers

nothing calls this directly

Calls 1

insert_pdfMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…