(rect_num, filled)
| 38 | def test_2753(): |
| 39 | |
| 40 | def rectfn(rect_num, filled): |
| 41 | return pymupdf.Rect(0, 0, 200, 200), pymupdf.Rect(50, 50, 100, 150), None |
| 42 | |
| 43 | def make_pdf(html, path_out): |
| 44 | story = pymupdf.Story(html=html) |
no outgoing calls
no test coverage detected
searching dependent graphs…