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

Class Row

rich/table.py:132–139  ·  view source on GitHub ↗

Information regarding a row.

Source from the content-addressed store, hash-verified

130
131@dataclass
132class Row:
133 """Information regarding a row."""
134
135 style: Optional[StyleType] = None
136 """Style to apply to row."""
137
138 end_section: bool = False
139 """Indicated end of section, which will force a line beneath the row."""
140
141
142class _Cell(NamedTuple):

Callers 1

add_rowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected