class documentation

class ProgressMeter(object):

Constructor: ProgressMeter(path, bytes_total, refresh_rate)

View In Hierarchy

Undocumented

Static Method terminal_width Estimate the width of the terminal
Method __init__ Undocumented
Method finish Undocumented
Method step Undocumented
Instance Variable bytes_read Undocumented
Instance Variable bytes_total Undocumented
Instance Variable elapsed Undocumented
Instance Variable path Undocumented
Instance Variable refresh_rate Undocumented
Instance Variable start_time Undocumented
Instance Variable update_elapsed Undocumented
Method _human_readable_size Undocumented
Method _update_progress Undocumented
@staticmethod
def terminal_width():

Estimate the width of the terminal

def __init__(self, path, bytes_total, refresh_rate=1.0):

Undocumented

def finish(self):

Undocumented

def step(self, bytes_read, force_update=False):

Undocumented

bytes_read =

Undocumented

bytes_total =

Undocumented

elapsed =

Undocumented

path =

Undocumented

refresh_rate =

Undocumented

start_time =

Undocumented

update_elapsed =

Undocumented

def _human_readable_size(self, size):

Undocumented

def _update_progress(self):

Undocumented