Set display rotation: 0, 90, 180, or 270.
(self, rotation)
| 308 | |
| 309 | # Rotation |
| 310 | def set_rotation(self, rotation): |
| 311 | """Set display rotation: 0, 90, 180, or 270.""" |
| 312 | _lib.pager_set_rotation(rotation) |
| 313 | |
| 314 | @property |
| 315 | def width(self): |
no outgoing calls
no test coverage detected