Progress
Bases: object
object
A counting progress indicator.
total (int) – Objective progress count.
msg (str) – Message to prefix to the progress indicator.
out (file) – Output file.
Methods
__init__(total[, msg, out])
__init__