Page rectangle.
(self)
| 16683 | |
| 16684 | @property |
| 16685 | def rect(self): |
| 16686 | """Page rectangle.""" |
| 16687 | this_tpage = self.this |
| 16688 | mediabox = this_tpage.m_internal.mediabox |
| 16689 | val = JM_py_from_rect(mediabox) |
| 16690 | val = Rect(val) |
| 16691 | |
| 16692 | return val |
| 16693 | |
| 16694 | def search(self, needle, hit_max=0, quads=1): |
| 16695 | """Locate 'needle' returning rects or quads.""" |
nothing calls this directly
no test coverage detected