pymor.playground package¶
Subpackages¶
Submodules¶
progressbar module¶
-
class
pymor.playground.progressbar.
ProgressBar
(minValue=0, maxValue=100, totalWidth=79)[source]¶ Bases:
object
Creates a text-based progress bar. Call the object with the
print
command to see the progress bar, which looks something like this:[=======> 22% ]
You may specify the progress bar’s width, min and max values on init.
Methods
ProgressBar
maximum
,setMaximum
,update_amount
,__call__