Public Member Functions | |
def | __init__ (self, total, announce_threshold=50) |
def | Update (self, n) |
Public Attributes | |
total | |
announce | |
Private Attributes | |
_total_div10 | |
_last_announce_decile | |
Definition at line 35 of file cache_state.py.
def cache_state.ProgressBar.__init__ | ( | self, | |
total, | |||
announce_threshold = 50 |
|||
) |
Definition at line 36 of file cache_state.py.
def cache_state.ProgressBar.Update | ( | self, | |
n | |||
) |
Definition at line 45 of file cache_state.py.
|
private |
Definition at line 41 of file cache_state.py.
|
private |
Definition at line 38 of file cache_state.py.
cache_state.ProgressBar.announce |
Definition at line 40 of file cache_state.py.
cache_state.ProgressBar.total |
Definition at line 37 of file cache_state.py.