Public Member Functions | |
| def | __init__ (self, markers='|/-\\') |
| def | update (self, pbar) |
Public Member Functions inherited from progressbar.ProgressBarWidget | |
| def | update (self, pbar) |
Public Attributes | |
| markers | |
| curmark | |
Definition at line 138 of file progressbar.py.
| def progressbar.RotatingMarker.__init__ | ( | self, | |
markers = '|/-\\' |
|||
| ) |
Definition at line 140 of file progressbar.py.
| def progressbar.RotatingMarker.update | ( | self, | |
| pbar | |||
| ) |
Definition at line 143 of file progressbar.py.
| progressbar.RotatingMarker.curmark |
Definition at line 142 of file progressbar.py.
| progressbar.RotatingMarker.markers |
Definition at line 141 of file progressbar.py.
1.8.11