()
| 1794 | |
| 1795 | |
| 1796 | def test_4018(): |
| 1797 | document = pymupdf.open() |
| 1798 | for page in document.pages(-1, -1): |
| 1799 | pass |
| 1800 | |
| 1801 | def test_4034(): |
| 1802 | # tests/resources/test_4034.pdf is first two pages of input file in |
nothing calls this directly
no test coverage detected
searching dependent graphs…