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

Method rect

src/__init__.py:2802–2805  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2800
2801 @property
2802 def rect(self):
2803 val = JM_py_from_rect(mupdf.fz_bound_display_list(self.this))
2804 val = Rect(val)
2805 return val
2806
2807 def run(self, dw, m, area):
2808 mupdf.fz_run_display_list(

Callers

nothing calls this directly

Calls 2

JM_py_from_rectFunction · 0.85
RectClass · 0.85

Tested by

no test coverage detected