Home | History | Annotate | Download | only in gslib

Lines Matching refs:Progress

15 """Helper functions for progress callbacks."""
23 # Default upper and lower bounds for progress callback frequency.
27 # Max width of URL to display in progress indicator. Wide enough to allow
33 """Makes progress callbacks with exponential backoff to a maximum value.
63 def Progress(self, bytes_processed):
64 """Tracks byte processing progress, making a callback if necessary."""
71 # headers+metadata during their send progress. If the size is unknown,
72 # we can't do this and the progress message will make it appear that we
92 Thus, concurrent output (gsutil -m) leaves progress counters in a readable
101 Formatted announce text for outputting operation progress.
121 """Outputs progress info for large operations like file copy or hash."""
144 """Prints an overwriting line to stderr describing the operation progress.
162 # Use sys.stderr.write instead of self.logger.info so progress messages