Package madgraph :: Package various :: Module progressbar :: Class progbar
[hide private]
[frames] | no frames]

Class progbar

source code

 object --+    
          |    
ProgressBar --+
              |
             progbar

Instance Methods [hide private]
 
__init__(self, name, max_step)
a practicla definition of a progressbar this one is une in MW
source code
 
update(self, value=-1)
Updates the progress bar to a new value.
source code
 
finish(self)
Used to tell the progress is finished.
source code

Inherited from ProgressBar: handle_resize, percentage, start

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, max_step)
(Constructor)

source code 

a practicla definition of a progressbar this one is une in MW

Overrides: object.__init__

update(self, value=-1)

source code 

Updates the progress bar to a new value.

Overrides: ProgressBar.update
(inherited documentation)

finish(self)

source code 

Used to tell the progress is finished.

Overrides: ProgressBar.finish
(inherited documentation)