MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / set_rotation

Method set_rotation

pager/pagerctl.py:310–312  ·  view source on GitHub ↗

Set display rotation: 0, 90, 180, or 270.

(self, rotation)

Source from the content-addressed store, hash-verified

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):

Callers 3

__init__Method · 0.45
pagerctl.pyFile · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected