Public Member Functions | |
def | update (self, pbar) |
This is an element of ProgressBar formatting. The ProgressBar object will call it's update value when an update is needed. It's size may change between call, but the results will not be good if the size changes drastically and repeatedly.
Definition at line 69 of file progressbar.py.
def progressbar.ProgressBarWidget.update | ( | self, | |
pbar | |||
) |
Returns the string representing the widget. The parameter pbar is a reference to the calling ProgressBar, where one can access attributes of the class for knowing how the update must be made. At least this function must be overriden.
Definition at line 76 of file progressbar.py.