Home
last modified time | relevance | path

Searched refs:SimpleProgress (Results 1 – 12 of 12) sorted by relevance

/dports/misc/py-progressbar2/progressbar2-3.55.0/tests/
H A Dtest_widgets.py83 progressbar.SimpleProgress(),
112 progressbar.SimpleProgress(),
143 progressbar.SimpleProgress(min_width=min_width),
177 progressbar.SimpleProgress(max_width=max_width),
H A Doriginal_examples.py10 SimpleProgress, Timer, UnknownLength
89 pbar = ProgressBar(widgets=[SimpleProgress()], maxval=17).start()
212 ' Progress: ', SimpleProgress(),
/dports/misc/py-progressbar2/progressbar2-3.55.0/progressbar/
H A D__init__.py21 SimpleProgress,
H A Dbar.py514 ' ', widgets.SimpleProgress(
515 format='(%s)' % widgets.SimpleProgress.DEFAULT_FORMAT,
H A Dwidgets.py649 class SimpleProgress(FormatWidgetMixin, WidgetBase): class
/dports/misc/py-progressbar/progressbar-2.5/
H A Dexamples.py10 SimpleProgress, Timer
89 pbar = ProgressBar(widgets=[SimpleProgress()], maxval=17).start()
/dports/biology/py-ont-fast5-api/ont_fast5_api-release_4.0.0/ont_fast5_api/conversion_tools/
H A Dconversion_utils.py9 from progressbar import RotatingMarker, ProgressBar, SimpleProgress, Bar, Percentage, ETA
89 bar_format = [RotatingMarker(), " ", SimpleProgress(), Bar(), Percentage(), " ", ETA()]
/dports/misc/py-progressbar2/progressbar2-3.55.0/
H A DREADME.rst68 …- `SimpleProgress <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html…
H A Dexamples.py284 widgets=[progressbar.SimpleProgress()],
689 progressbar.SimpleProgress(), ' ']
H A DPKG-INFO76 …- `SimpleProgress <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html…
/dports/misc/py-progressbar2/progressbar2-3.55.0/progressbar2.egg-info/
H A DPKG-INFO76 …- `SimpleProgress <http://progressbar-2.readthedocs.io/en/latest/_modules/progressbar/widgets.html…
/dports/misc/py-progressbar/progressbar-2.5/progressbar/
H A Dwidgets.py265 class SimpleProgress(Widget): class