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

Method refresh

rich/progress.py:1547–1550  ·  view source on GitHub ↗

Refresh (render) the progress information.

(self)

Source from the content-addressed store, hash-verified

1545 task.finished_speed = task.speed
1546
1547 def refresh(self) -> None:
1548 """Refresh (render) the progress information."""
1549 if not self.disable and self.live.is_started:
1550 self.live.refresh()
1551
1552 def get_renderable(self) -> RenderableType:
1553 """Get a renderable for the progress display."""

Callers 5

test_columnsFunction · 0.95
updateMethod · 0.95
resetMethod · 0.95
add_taskMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_columnsFunction · 0.76