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

Method show_cursor

rich/control.py:150–152  ·  view source on GitHub ↗

Show or hide the cursor.

(cls, show: bool)

Source from the content-addressed store, hash-verified

148
149 @classmethod
150 def show_cursor(cls, show: bool) -> "Control":
151 """Show or hide the cursor."""
152 return cls(ControlType.SHOW_CURSOR if show else ControlType.HIDE_CURSOR)
153
154 @classmethod
155 def alt_screen(cls, enable: bool) -> "Control":

Callers 4

progress_bar.pyFile · 0.45
legacy_windows_renderFunction · 0.45
startMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected