(self, doc, ctm, cs, alpha=0, annots=1, clip=None)
| 10188 | return Annot(annot) |
| 10189 | |
| 10190 | def _makePixmap(self, doc, ctm, cs, alpha=0, annots=1, clip=None): |
| 10191 | pix = JM_pixmap_from_page(doc, self.this, ctm, cs, alpha, annots, clip) |
| 10192 | return Pixmap(pix) |
| 10193 | |
| 10194 | def _other_box(self, boxtype): |
| 10195 | rect = mupdf.FzRect( mupdf.FzRect.Fixed_INFINITE) |
nothing calls this directly
no test coverage detected