()
| 2049 | |
| 2050 | |
| 2051 | def test_4639(): |
| 2052 | path = os.path.normpath(f'{__file__}/../../tests/resources/test_4639.pdf') |
| 2053 | with pymupdf.open(path) as document: |
| 2054 | page = document[-1] |
| 2055 | page.get_bboxlog(layers=True) |
| 2056 | |
| 2057 | |
| 2058 | def test_4590(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…