The width.
(self)
| 14080 | |
| 14081 | @property |
| 14082 | def w(self): |
| 14083 | """The width.""" |
| 14084 | return mupdf.fz_pixmap_width(self.this) |
| 14085 | |
| 14086 | def warp(self, quad, width, height): |
| 14087 | """Return pixmap from a warped quad.""" |
no outgoing calls
no test coverage detected