MCPcopy Index your code
hub / github.com/evalplus/evalplus / progress

Function progress

evalplus/utils.py:10–17  ·  view source on GitHub ↗
(note: str = "processing")

Source from the content-addressed store, hash-verified

8
9
10def progress(note: str = "processing"):
11 return Progress(
12 TextColumn(f"{note} •" + "[progress.percentage]{task.percentage:>3.0f}%"),
13 BarColumn(),
14 MofNCompleteColumn(),
15 TextColumn("•"),
16 TimeElapsedColumn(),
17 )

Callers 3

scriptFunction · 0.90
codegenFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected