bundles / IPython 9.10.0 / IPython / core / display / ProgressBar / __init__
function
IPython.core.display:ProgressBar.__init__
source: /IPython/core/display.py :527
Signature
def __init__ ( self , total ) Summary
Creates a new progressbar
Parameters
total: intmaximum size of the progressbar
Aliases
-
IPython.display.ProgressBar.__init__