Searched refs:ProgressTracker (Results 1 – 1 of 1) sorted by relevance
232 class ProgressTracker(object): class238 if ProgressTracker.progbar is None:241 ProgressTracker.progbar = Progbar(total_size)243 ProgressTracker.progbar.update(count * block_size)257 ProgressTracker.progbar = None