microprobe.utils.misc.Progress¶
-
class
Progress
(total, msg='', out=<_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>)[source]¶ Bases:
object
A counting progress indicator.
Methods
__init__
(total[, msg, out])- arg total
Objective progress count.