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

Function test_3559

tests/test_textbox.py:273–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271
272
273def test_3559():
274 doc = pymupdf.Document()
275 page = doc.new_page()
276 text_insert="""<body><h3></h3></body>"""
277 rect = pymupdf.Rect(100, 100, 200, 200)
278 page.insert_htmlbox(rect, text_insert)
279
280
281def test_3916():

Callers

nothing calls this directly

Calls 2

new_pageMethod · 0.95
insert_htmlboxMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…