pep257 compatible
This commit is contained in:
parent
f7af4eba9c
commit
4a58fd98f9
|
@ -137,6 +137,7 @@ class extendableOption(Option):
|
||||||
def print_progress(iteration, total, prefix='', suffix='', decimals=1, bar_length=100):
|
def print_progress(iteration, total, prefix='', suffix='', decimals=1, bar_length=100):
|
||||||
"""
|
"""
|
||||||
Call in a loop to create terminal progress bar
|
Call in a loop to create terminal progress bar
|
||||||
|
|
||||||
@params:
|
@params:
|
||||||
iteration - Required : current iteration (Int)
|
iteration - Required : current iteration (Int)
|
||||||
total - Required : total iterations (Int)
|
total - Required : total iterations (Int)
|
||||||
|
|
Loading…
Reference in New Issue