| __init__(self,
          action,
          verbosity,
          total_items,
          html_file=0)
    Create a new progress meter.(Constructor)
    Parameters:action-
         A string indicating what action is performed on each objcet. 
        Examples are"writing"and"building docs for".verbosity-
         The verbosity level. This controls what the progress meter 
        output looks like.total_items-
         The total number of items that will be processed with this 
        progress meter. This is used to let the user know how much 
        progress epydoc has made.html_file-
         Whether to assume that arguments are html file names, and 
        munge them appropriately.
 |