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

Class ProgressSample

rich/progress.py:926–932  ·  view source on GitHub ↗

Sample of progress for a given time.

Source from the content-addressed store, hash-verified

924
925
926class ProgressSample(NamedTuple):
927 """Sample of progress for a given time."""
928
929 timestamp: float
930 """Timestamp of sample."""
931 completed: float
932 """Number of steps completed."""
933
934
935@dataclass

Callers 2

updateMethod · 0.85
advanceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected