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):
|
||||
"""
|
||||
Call in a loop to create terminal progress bar
|
||||
|
||||
@params:
|
||||
iteration - Required : current iteration (Int)
|
||||
total - Required : total iterations (Int)
|
||||
|
|
Loading…
Reference in New Issue