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

Function render_progress

tests/test_progress.py:213–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212
213def render_progress() -> str:
214 progress = make_progress()
215 progress.start() # superfluous noop
216 with progress:
217 pass
218 progress.stop() # superfluous noop
219 progress_render = progress.console.file.getvalue()
220 return progress_render
221
222
223def test_expand_bar() -> None:

Callers 2

test_renderFunction · 0.85
test_progress.pyFile · 0.85

Calls 3

make_progressFunction · 0.85
startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected