alphatwirl.progressbar.ProgressReport

class alphatwirl.progressbar.ProgressReport(**kwargs)[source]

A progress report

Parameters:
  • name (str) – the name of the task. if taskid is None, used to identify the task
  • done (int) – the number of the iterations done so far
  • total (int) – the total iterations to be done
  • taskid (immutable, optional) – if given, used to identify the task. useful if multiple tasks have the same name
__init__(**kwargs)

Methods

__init__(**kwargs)
first()
last()