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

Function final

src/__init__.py:22128–22130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22126 pdfpage = self._pdf_page()
22127 rotation = JM_page_rotation(pdfpage)
22128 def final():
22129 if rotation != 0:
22130 mupdf.pdf_dict_put_int(pdfpage.obj(), PDF_NAME('Rotate'), rotation)
22131 try:
22132 if rotation != 0:
22133 mupdf.pdf_dict_put_int(pdfpage.obj(), PDF_NAME('Rotate'), 0)

Callers 1

Page__add_text_markerFunction · 0.85

Calls 1

PDF_NAMEFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…