MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / test_3131

Function test_3131

tests/test_annots.py:369–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 ]
368
369def test_3131():
370 doc = pymupdf.open()
371 page = doc.new_page()
372
373 page.add_line_annot((0, 0), (1, 1))
374 page.add_line_annot((1, 0), (0, 1))
375
376 first_annot, _ = page.annots()
377 first_annot.next.type
378
379def test_3209():
380 pdf = pymupdf.Document(filetype="pdf")

Callers

nothing calls this directly

Calls 3

new_pageMethod · 0.80
add_line_annotMethod · 0.80
annotsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…