Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tqdm.TqdmSourcecreate ?options total creates a new progress bar tied to stdout. The bar reaches 100% when update is called with total.
update t v sets the progress bar a value v, the proportion of the bar displayed is v / total where total is the value that has been used to initialize the bar. The bar is then displayed.