| Home | Trees | Index | Help |
|
|---|
|
|
|
|||
| __init__(self, verbosity, stages) | |||
|
progress(self,
percent,
message='')
Update the progress display. |
|||
|
start_progress(self,
header=None)
Begin displaying progress for a new task. |
|||
|
end_progress(self)
Finish off the display of progress for the current task. |
|||
| print_times(self) | |||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
header is a
description of the task for which progress is being reported. Each call
to start_progress must be followed by a call to
end_progress (with no intervening calls to
start_progress).
|
|
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:34:03 2006 | http://epydoc.sf.net |