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

Function test_4018

tests/test_general.py:1796–1799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1794
1795
1796def test_4018():
1797 document = pymupdf.open()
1798 for page in document.pages(-1, -1):
1799 pass
1800
1801def test_4034():
1802 # tests/resources/test_4034.pdf is first two pages of input file in

Callers

nothing calls this directly

Calls 1

pagesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…