ProgressBar.__init__()

This is the constructor of the ProgressBar class.

Warning

Use ProgressBar.init() instead of this class as this returns an object ProgressBar ant not an iterator.

Usage

newPbObj = ProgressBar()
# Not recommend.