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

Method unsplit

rich/layout.py:315–317  ·  view source on GitHub ↗

Reset splits to initial state.

(self)

Source from the content-addressed store, hash-verified

313 self.split(*layouts, splitter="column")
314
315 def unsplit(self) -> None:
316 """Reset splits to initial state."""
317 del self._children[:]
318
319 def update(self, renderable: RenderableType) -> None:
320 """Update renderable.

Callers 1

test_unsplitFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_unsplitFunction · 0.76