The height.
(self)
| 13631 | |
| 13632 | @property |
| 13633 | def h(self): |
| 13634 | """The height.""" |
| 13635 | return mupdf.fz_pixmap_height(self.this) |
| 13636 | |
| 13637 | def invert_irect(self, bbox=None): |
| 13638 | """Invert the colors inside a bbox.""" |
no outgoing calls
no test coverage detected