Lines Matching full:progress
3 # progressbar - Text progress bar library for Python.
126 1) ETA based on the total progress and time elapsed so far
127 2) ETA based on the progress as per the last 10 update reports
129 The weight depends on the current progress so that to begin with the
130 total progress is used and at the end only the most recent progress is
191 """An animated marker for the progress bar which defaults to appear as if
266 """Returns progress as a count of the total (e.g.: "5 of 47")."""
278 """A progress bar which stretches to fill the line."""
284 """Creates a customizable progress bar.
289 fill - character to use for the empty part of the progress bar
300 """Updates the progress bar and its subcomponents."""
323 """Creates a customizable progress bar.
328 fill - character to use for the empty part of the progress bar
340 """Updates the progress bar and its subcomponents."""