Package TEES :: Package Utils :: Module ProgressCounter :: Class ProgressCounter
[hide private]

Class ProgressCounter

source code

Instance Methods [hide private]
 
__init__(self, total=None, id='UNKNOWN', step=None) source code
 
endUpdate(self) source code
 
markFinished(self)
Mark as finished to suppress the error message, regardless of actual status
source code
 
__del__(self) source code
 
update(self, amount=1, string='Processing: ') source code
 
getElapsedTimeString(self, currentTime) source code
 
showLastUpdate(self) source code