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

Class ConsoleDimensions

rich/console.py:103–109  ·  view source on GitHub ↗

Size of the terminal.

Source from the content-addressed store, hash-verified

101
102
103class ConsoleDimensions(NamedTuple):
104 """Size of the terminal."""
105
106 width: int
107 """The width of the console in 'cells'."""
108 height: int
109 """The height of the console in lines."""
110
111
112@dataclass

Calls

no outgoing calls