Ask a question to get started
Enter to send•Shift+Enter new line
ProgressBarCallback( self, total: int, ncols: int = 50, end_with: str
base_callbacks.BaseCallbackHandler
total
int
The total number of items to be processed.
ncols
50
The character width of the progress bar.
end_with
str
'\n'
Last string to print after progress bar reaches end.
Increment the counter and update the progress bar.
A simple progress bar for the console.