Searched refs:ProgressTracker (Results 1 – 1 of 1) sorted by relevance
258 class ProgressTracker(object): class264 if ProgressTracker.progbar is None:267 ProgressTracker.progbar = Progbar(total_size)269 ProgressTracker.progbar.update(count * block_size)283 ProgressTracker.progbar = None