Public Member Functions | |
def | __init__ |
def | update |
Public Member Functions inherited from progressbar.Widget | |
def | update |
Static Public Member Functions | |
def | format_time |
Public Attributes | |
format | |
Static Public Attributes | |
TIME_SENSITIVE = True | |
Static Public Attributes inherited from progressbar.Widget | |
TIME_SENSITIVE = False | |
Static Private Attributes | |
tuple | __slots__ = ('format',) |
Definition at line 37 of file progressbar.py.
def progressbar.Timer.__init__ | ( | self, | |
format = 'Elapsed Time: %s' |
|||
) |
Definition at line 43 of file progressbar.py.
|
static |
Definition at line 47 of file progressbar.py.
References str.
Referenced by progressbar.Timer.update().
def progressbar.Timer.update | ( | self, | |
pbar | |||
) |
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.