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

Method extend

rich/containers.py:105–106  ·  view source on GitHub ↗
(self, lines: Iterable["Text"])

Source from the content-addressed store, hash-verified

103 self._lines.append(line)
104
105 def extend(self, lines: Iterable["Text"]) -> None:
106 self._lines.extend(lines)
107
108 def pop(self, index: int = -1) -> "Text":
109 return self._lines.pop(index)

Callers 1

wrapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected