Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ append
Method
append
rich/containers.py:102–103 ·
view source on GitHub ↗
(self, line: "Text")
Source
from the content-addressed store, hash-verified
100
yield
from
self._lines
101
102
def
append(self, line:
"Text"
) -> None:
103
self._lines.append(line)
104
105
def
extend(self, lines: Iterable[
"Text"
]) -> None:
106
self._lines.extend(lines)
Callers
3
wrap
Method · 0.95
append
Method · 0.45
justify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected