()
| 1788 | |
| 1789 | |
| 1790 | def test_4043(): |
| 1791 | path = os.path.normpath(f'{__file__}/../../tests/resources/test_4043.pdf') |
| 1792 | doc = pymupdf.open(path) |
| 1793 | doc.fullcopy_page(1) |
| 1794 | |
| 1795 | |
| 1796 | def test_4018(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…