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

Function JM_py_from_rect

src/__init__.py:21231–21232  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

21229
21230
21231def JM_py_from_rect(r):
21232 return r.x0, r.y0, r.x1, r.y1
21233
21234
21235def JM_quad_from_py(r):

Callers 15

apn_bboxMethod · 0.85
popup_rectMethod · 0.85
rectMethod · 0.85
page_cropboxMethod · 0.85
rectMethod · 0.85
_other_boxMethod · 0.85
function2Method · 0.85
placeMethod · 0.85
extractIMGINFOMethod · 0.85
rectMethod · 0.85
_bboxMethod · 0.85
JM_gather_formsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…