Public Member Functions | |
def | __init__ |
def | format_time |
def | update |
Public Attributes | |
format | |
Static Public Attributes | |
TIME_SENSITIVE = True | |
Static Private Attributes | |
tuple | __slots__ = ('format',) |
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.
def progressbar::Timer::format_time | ( | seconds | ) |
Definition at line 47 of file progressbar.py.
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.
tuple progressbar::Timer::__slots__ = ('format',) [static, private] |
Reimplemented from progressbar::Widget.
Reimplemented in progressbar::FormatLabel.
Definition at line 40 of file progressbar.py.
Reimplemented in progressbar::FormatLabel.
Definition at line 43 of file progressbar.py.
progressbar::Timer::TIME_SENSITIVE = True [static] |
Reimplemented from progressbar::Widget.
Definition at line 41 of file progressbar.py.