MCPcopy
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

wrapMethod · 0.95
appendMethod · 0.45
justifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected