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

Function test_4400

tests/test_textbox.py:289–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287
288
289def test_4400():
290 with pymupdf.open() as document:
291 page = document.new_page()
292 writer = pymupdf.TextWriter(page.rect)
293 text = '111111111'
294 print(f'Calling writer.fill_textbox().', flush=1)
295 writer.fill_textbox(rect=pymupdf.Rect(0, 0, 100, 20), pos=(80, 0), text=text, fontsize=8)
296
297
298def test_4613():

Callers

nothing calls this directly

Calls 2

fill_textboxMethod · 0.95
new_pageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…