()
| 699 | assert new_names == old_names |
| 700 | |
| 701 | def test_2777(): |
| 702 | document = pymupdf.Document() |
| 703 | page = document.new_page() |
| 704 | print(page.mediabox.width) |
| 705 | |
| 706 | def test_2710(): |
| 707 | doc = pymupdf.open(f'{scriptdir}/resources/test_2710.pdf') |
nothing calls this directly
no test coverage detected
searching dependent graphs…