Clean up and release hardware. Always call on exit.
(self)
| 301 | return result |
| 302 | |
| 303 | def cleanup(self): |
| 304 | """Clean up and release hardware. Always call on exit.""" |
| 305 | if self._initialized: |
| 306 | _lib.pager_cleanup() |
| 307 | self._initialized = False |
| 308 | |
| 309 | # Rotation |
| 310 | def set_rotation(self, rotation): |
no outgoing calls
no test coverage detected