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

Method get_renderable

rich/progress.py:1552–1555  ·  view source on GitHub ↗

Get a renderable for the progress display.

(self)

Source from the content-addressed store, hash-verified

1550 self.live.refresh()
1551
1552 def get_renderable(self) -> RenderableType:
1553 """Get a renderable for the progress display."""
1554 renderable = Group(*self.get_renderables())
1555 return renderable
1556
1557 def get_renderables(self) -> Iterable[RenderableType]:
1558 """Get a number of renderables for the progress display."""

Callers 1

__rich__Method · 0.95

Calls 2

get_renderablesMethod · 0.95
GroupClass · 0.85

Tested by

no test coverage detected