class documentation
        
        class ConsoleProgressBarMixin:
Known subclasses: igraph.app.shell.ClassicPythonShell, igraph.app.shell.IPythonShell
Mixin class for console shells that support a progress bar.
| Method | __init__ | Undocumented | 
| Class Method | _progress | Progress bar handler, called when igraph reports the progress of an operation | 
| Class Method | _status | Status message handler, called when igraph sends a status message to be displayed. | 
| Method | _disable | Disables the status and progress handlers if the terminal is not capable enough. | 
Progress bar handler, called when igraph reports the progress of an operation
| Parameters | |
| message | message provided by igraph | 
| percentage | percentage provided by igraph | 
Status message handler, called when igraph sends a status message to be displayed.
| Parameters | |
| message | message provided by igraph |