MCPcopy
hub / github.com/Textualize/rich / home

Method home

rich/control.py:74–76  ·  view source on GitHub ↗

Move cursor to 'home' position.

(cls)

Source from the content-addressed store, hash-verified

72
73 @classmethod
74 def home(cls) -> "Control":
75 """Move cursor to 'home' position."""
76 return cls(ControlType.HOME)
77
78 @classmethod
79 def move(cls, x: int = 0, y: int = 0) -> "Control":

Callers 2

clearMethod · 0.80
process_renderablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected