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

Function rectfn

tests/test_story.py:40–41  ·  view source on GitHub ↗
(rect_num, filled)

Source from the content-addressed store, hash-verified

38def 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)

Callers 1

writeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…