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

Function test_circle

tests/test_annots.py:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129
130def test_circle():
131 doc = pymupdf.open()
132 page = doc.new_page()
133 annot = page.add_circle_annot(rect)
134 assert annot.type == (5, "Circle")
135
136
137def test_fileattachment():

Callers

nothing calls this directly

Calls 2

new_pageMethod · 0.80
add_circle_annotMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…