()
| 21 | |
| 22 | |
| 23 | def test_rotation2(): |
| 24 | doc = pymupdf.open() |
| 25 | page = doc.new_page() |
| 26 | doc.xref_set_key(page.xref, "Rotate", "270") |
| 27 | assert page.rotation == 270 |
| 28 | |
| 29 | |
| 30 | def test_trailer(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…