pymor.playground package¶
Subpackages¶
Submodules¶
progressbar module¶
-
class
pymor.playground.progressbar.ProgressBar(minValue=0, maxValue=100, totalWidth=79)[source]¶ Bases:
objectCreates a text-based progress bar. Call the object with the
printcommand 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
ProgressBarmaximum,setMaximum,update_amount,__call__