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** .. code-block:: python newPbObj = ProgressBar() # Not recommend.