pyreporting.progress_bar.NoProgressBar#
- class NoProgressBar(parent=None, **kwargs)[source]#
Bases:
ProgressBar
A do-nothing implementation of ProgressBar
Used when you want to use the pyreporting Reporting class but don’t actually want a visible progress bar
Initialise progress bar
- Parameters:
parent – when using a GUI, the parent object to whicih the progress bar should be attached
Methods
Return True if the cancel button was clicked by the user
Destroy progress bar
Set the parent object for GUI progress bars
Update progress bar
- set_parent(parent)#
Set the parent object for GUI progress bars