interfaces.py
branchstable
changeset 4936 a4b772a0d801
parent 4252 6c4f109c2b03
child 5309 e8567135a927
equal deleted inserted replaced
4935:f710770e6e90 4936:a4b772a0d801
    74 
    74 
    75     def progress_info(self):
    75     def progress_info(self):
    76         """returns a dictionary describing progress/estimated cost of the
    76         """returns a dictionary describing progress/estimated cost of the
    77         version.
    77         version.
    78 
    78 
    79         mandatory keys are (''estimated', 'done', 'todo')
    79         - mandatory keys are (''estimated', 'done', 'todo')
    80         optional keys are ('notestimated', 'notestimatedcorrected',
    80 
    81                            'estimatedcorrected')
    81         - optional keys are ('notestimated', 'notestimatedcorrected',
    82        'noestimated' and 'notestimatedcorrected' should default to 0
    82           'estimatedcorrected')
    83        'estimatedcorrected' should default to 'estimated'
    83 
    84        """
    84         'noestimated' and 'notestimatedcorrected' should default to 0
       
    85         'estimatedcorrected' should default to 'estimated'
       
    86         """
    85 
    87 
    86     def finished(self):
    88     def finished(self):
    87         """returns True if status is finished"""
    89         """returns True if status is finished"""
    88 
    90 
    89     def in_progress(self):
    91     def in_progress(self):