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

Method __rich__

rich/progress.py:1595–1598  ·  view source on GitHub ↗

Makes the Progress class itself renderable.

(self)

Source from the content-addressed store, hash-verified

1593 return table
1594
1595 def __rich__(self) -> RenderableType:
1596 """Makes the Progress class itself renderable."""
1597 with self._lock:
1598 return self.get_renderable()
1599
1600 def add_task(
1601 self,

Callers

nothing calls this directly

Calls 1

get_renderableMethod · 0.95

Tested by

no test coverage detected