Definition at line 132 of file progressbar.py.
def progressbar.FormatLabel.__init__ |
( |
|
self, |
|
|
|
format |
|
) |
| |
def progressbar.FormatLabel.update |
( |
|
self, |
|
|
|
pbar |
|
) |
| |
tuple progressbar.FormatLabel.__slots__ = ('format',) |
|
staticprivate |
progressbar.FormatLabel.format |
dictionary progressbar.FormatLabel.mapping |
|
static |
Initial value:
2 'elapsed': (
'seconds_elapsed', Timer.format_time),
3 'finished': (
'finished',
None),
4 'last_update': (
'last_update_time',
None),
5 'max': (
'maxval',
None),
6 'seconds': (
'seconds_elapsed',
None),
7 'start': (
'start_time',
None),
8 'value': (
'currval',
None)
Definition at line 135 of file progressbar.py.