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

Function util_union_rect

src/__init__.py:24112–24118  ·  view source on GitHub ↗
( r1, r2)

Source from the content-addressed store, hash-verified

24110
24111
24112def util_union_rect( r1, r2):
24113 return JM_py_from_rect(
24114 mupdf.fz_union_rect(
24115 JM_rect_from_py(r1),
24116 JM_rect_from_py(r2),
24117 )
24118 )
24119
24120
24121def util_concat_matrix( m1, m2):

Callers 1

include_rectMethod · 0.85

Calls 2

JM_py_from_rectFunction · 0.85
JM_rect_from_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…