()
| 499 | |
| 500 | |
| 501 | def test_2182(): |
| 502 | print(f'test_2182() started') |
| 503 | doc = pymupdf.open(f'{scriptdir}/resources/test2182.pdf') |
| 504 | page = doc[0] |
| 505 | for annot in page.annots(): |
| 506 | print(annot) |
| 507 | print(f'test_2182() finished') |
| 508 | |
| 509 | |
| 510 | def test_2246(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…