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

Method run

src/__init__.py:2807–2814  ·  view source on GitHub ↗
(self, dw, m, area)

Source from the content-addressed store, hash-verified

2805 return val
2806
2807 def run(self, dw, m, area):
2808 mupdf.fz_run_display_list(
2809 self.this,
2810 dw.device,
2811 JM_matrix_from_py(m),
2812 JM_rect_from_py(area),
2813 mupdf.FzCookie(),
2814 )
2815
2816if g_use_extra:
2817 extra_FzDocument_insert_pdf = extra.FzDocument_insert_pdf

Callers

nothing calls this directly

Calls 2

JM_matrix_from_pyFunction · 0.85
JM_rect_from_pyFunction · 0.85

Tested by

no test coverage detected