Public Member Functions | |
def | __init__ (self, format='Elapsed Time:%s') |
def | update (self, pbar) |
Static Public Member Functions | |
def | format_time (seconds) |
Public Attributes | |
format | |
Static Public Attributes | |
TIME_SENSITIVE | |
Static Public Attributes inherited from progressbar.Widget | |
TIME_SENSITIVE | |
Static Private Attributes | |
__slots__ | |
Definition at line 37 of file progressbar.py.
def progressbar.Timer.__init__ | ( | self, | |
format = 'Elapsed Time: %s' |
|||
) |
Reimplemented in progressbar.FormatLabel.
Definition at line 43 of file progressbar.py.
|
static |
Definition at line 47 of file progressbar.py.
References createfilelist.int, and str.
Referenced by progressbar.Timer.update().
def progressbar.Timer.update | ( | self, | |
pbar | |||
) |
Updates the widget. pbar - a reference to the calling ProgressBar
Reimplemented from progressbar.Widget.
Reimplemented in progressbar.FormatLabel.
Definition at line 53 of file progressbar.py.
References Formatter.SimpleAsciiFormatter.format, progressbar.Timer.format, Formatter.SimpleHTMLFormatter.format, and progressbar.Timer.format_time().
Referenced by progressbar.ProgressBar.__next__(), MatrixUtil.Matrix.__setitem__(), MatrixUtil.Steps.__setitem__(), progressbar.ProgressBar.finish(), and MatrixUtil.Steps.overwrite().
|
staticprivate |
Definition at line 40 of file progressbar.py.
progressbar.Timer.format |
Definition at line 44 of file progressbar.py.
Referenced by progressbar.Timer.update(), progressbar.FormatLabel.update(), and genericValidation.ValidationWithPlotsSummaryBase.SummaryItem.values().
|
static |
Definition at line 41 of file progressbar.py.